Prev: Bug report: scheduling while atomic: md0_raid5 - 2.6.33-rt4
Next: [PATCH] Security: key: keyring: fix some code style issues
From: Dieter Ries on 8 Mar 2010 18:20 CONFIG_OPTPROBES should not default to y while still being flagged EXPERIMENTAL. Signed-off-by: Dieter Ries <mail(a)dieterries.net> --- arch/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/Kconfig b/arch/Kconfig index e5eb133..57710f7 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -43,7 +43,7 @@ config KPROBES config OPTPROBES bool "Kprobes jump optimization support (EXPERIMENTAL)" - default y + default n depends on KPROBES depends on !PREEMPT depends on HAVE_OPTPROBES -- 1.7.0.rc0.76.g43960 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |