Module: xenomai-3 Branch: next Commit: 621dd3b848cdf32cd1ceab81e6862b0449605b82 URL: http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=621dd3b848cdf32cd1ceab81e6862b0449605b82
Author: Philippe Gerum <[email protected]> Date: Sat Nov 14 15:21:02 2015 +0100 cobalt/powerpc: track current mm unconditionally All pipelines Cobalt can work with (i.e. 3.10+) for the powerpc architecture do provide the mm tracking feature unconditionally, so there is no point in keeping any build switch for it. --- 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 2bbac89..40eae0b 100644 --- a/kernel/cobalt/arch/powerpc/Kconfig +++ b/kernel/cobalt/arch/powerpc/Kconfig @@ -5,12 +5,8 @@ config XENO_ARCH_MATH_EMU bool default y if MATH_EMU || MATH_EMULATION -config IPIPE_WANT_ACTIVE_MM - bool - config IPIPE_WANT_PREEMPTIBLE_SWITCH bool - select IPIPE_WANT_ACTIVE_MM default y if XENO_ARCH_UNLOCKED_SWITCH default n if !XENO_ARCH_UNLOCKED_SWITCH _______________________________________________ Xenomai-git mailing list [email protected] http://xenomai.org/mailman/listinfo/xenomai-git
