Module: xenomai-3 Branch: next Commit: fe1c762323eabb26cf6ef3f9370ebced21385562 URL: http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=fe1c762323eabb26cf6ef3f9370ebced21385562
Author: Philippe Gerum <[email protected]> Date: Mon Jul 11 15:42:01 2016 +0200 cobalt/powerpc: remove dependency on obsolete CONFIG_MATH_EMU --- kernel/cobalt/arch/powerpc/Kconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/kernel/cobalt/arch/powerpc/Kconfig b/kernel/cobalt/arch/powerpc/Kconfig index 2069288..6ce3440 100644 --- a/kernel/cobalt/arch/powerpc/Kconfig +++ b/kernel/cobalt/arch/powerpc/Kconfig @@ -1,10 +1,6 @@ source "kernel/xenomai/Kconfig" source "drivers/xenomai/Kconfig" -config XENO_ARCH_MATH_EMU - bool - default y if MATH_EMU || MATH_EMULATION - config XENO_ARCH_FPU def_bool PPC_FPU _______________________________________________ Xenomai-git mailing list [email protected] https://xenomai.org/mailman/listinfo/xenomai-git
