From: Andi Kleen Date: Fri, 3 Feb 2006 20:51:08 +0000 (+0100) Subject: [PATCH] x86_64: Remove CONFIG_INIT_DEBUG X-Git-Tag: v2.6.16-rc3~193 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7115125057cf72dcc0b9ded1e12128e1abfa8586;p=platform%2Fkernel%2Flinux-3.10.git [PATCH] x86_64: Remove CONFIG_INIT_DEBUG It has been enabled by default for some time now and is cheap enough so it doesn't matter anyways. Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- diff --git a/arch/x86_64/Kconfig.debug b/arch/x86_64/Kconfig.debug index fcb06a5..ea31b4c 100644 --- a/arch/x86_64/Kconfig.debug +++ b/arch/x86_64/Kconfig.debug @@ -2,13 +2,6 @@ menu "Kernel hacking" source "lib/Kconfig.debug" -config INIT_DEBUG - bool "Debug __init statements" - depends on DEBUG_KERNEL - help - Fill __init and __initdata at the end of boot. This helps debugging - illegal uses of __init and __initdata after initialization. - config DEBUG_RODATA bool "Write protect kernel read-only data structures" depends on DEBUG_KERNEL