Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71151250 authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds
Browse files

[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: default avatarAndi Kleen <ak@suse.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 10f4dc8b
Loading
Loading
Loading
Loading
+0 −7
Original line number Original line Diff line number Diff line
@@ -2,13 +2,6 @@ menu "Kernel hacking"


source "lib/Kconfig.debug"
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
config DEBUG_RODATA
       bool "Write protect kernel read-only data structures"
       bool "Write protect kernel read-only data structures"
       depends on DEBUG_KERNEL
       depends on DEBUG_KERNEL