Module: xenomai-3 Branch: stable-3.0.x Commit: e6e56505438f07b17b6ea05767d9bc46bc80aa54 URL: http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=e6e56505438f07b17b6ea05767d9bc46bc80aa54
Author: Philippe Gerum <[email protected]> Date: Mon Jul 11 17:17:43 2016 +0200 cobalt/powerpc: fptest: include missing header --- kernel/cobalt/arch/powerpc/include/asm/xenomai/fptest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/cobalt/arch/powerpc/include/asm/xenomai/fptest.h b/kernel/cobalt/arch/powerpc/include/asm/xenomai/fptest.h index e907389..e09ca2c 100644 --- a/kernel/cobalt/arch/powerpc/include/asm/xenomai/fptest.h +++ b/kernel/cobalt/arch/powerpc/include/asm/xenomai/fptest.h @@ -35,7 +35,7 @@ static inline int fp_kernel_supported(void) return 1; #else #ifdef CONFIG_MATH_EMULATION - printk_once(XENO_WARN "kernel-based FPU support is disabled\n"); + printk_once(XENO_WARNING "kernel-based FPU support is disabled\n"); #endif /* !CONFIG_MATH_EMULATION */ return 0; #endif /* !CONFIG_PPC_FPU */ _______________________________________________ Xenomai-git mailing list [email protected] https://xenomai.org/mailman/listinfo/xenomai-git
