mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
[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 <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
10f4dc8b27
commit
7115125057
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue