Module: xenomai-3
Branch: wip/dovetail
Commit: b68366975e3a26cede876ed7526791aef868ee11
URL:    
http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=b68366975e3a26cede876ed7526791aef868ee11

Author: Philippe Gerum <r...@xenomai.org>
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
Xenomai-git@xenomai.org
https://xenomai.org/mailman/listinfo/xenomai-git

Reply via email to