]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/x86_64/Kconfig.debug
Merge x86-64 update from Andi
[mv-sheeva.git] / arch / x86_64 / Kconfig.debug
index d584ecc27ea1902e038329335486a60b8e72f9eb..e2c6e64a85ec27318d0a76d51e421301e121dd3e 100644 (file)
@@ -2,15 +2,6 @@ menu "Kernel hacking"
 
 source "lib/Kconfig.debug"
 
-# !SMP for now because the context switch early causes GPF in segment reloading
-# and the GS base checking does the wrong thing then, causing a hang.
-config CHECKING
-       bool "Additional run-time checks"
-       depends on DEBUG_KERNEL && !SMP
-       help
-         Enables some internal consistency checks for kernel debugging.
-         You should normally say N.
-
 config INIT_DEBUG
        bool "Debug __init statements"
        depends on DEBUG_KERNEL