Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] i386: Move CONFIG_DOUBLEFAULT into arch/i386 where it belongs.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Andi Kleen and committed by
Linus Torvalds
102e41fd f1233ab2

+9 -9
+9
arch/i386/Kconfig.debug
··· 81 81 depends on X86_LOCAL_APIC && !X86_VISWS 82 82 default y 83 83 84 + config DOUBLEFAULT 85 + default y 86 + bool "Enable doublefault exception handler" if EMBEDDED 87 + help 88 + This option allows trapping of rare doublefault exceptions that 89 + would otherwise cause a system to silently reboot. Disabling this 90 + option saves about 4k and might cause you much additional grey 91 + hair. 92 + 84 93 endmenu
-9
init/Kconfig
··· 374 374 SLOB is more space efficient but does not scale well and is 375 375 more susceptible to fragmentation. 376 376 377 - config DOUBLEFAULT 378 - default y 379 - bool "Enable doublefault exception handler" if EMBEDDED && X86_32 380 - help 381 - This option allows trapping of rare doublefault exceptions that 382 - would otherwise cause a system to silently reboot. Disabling this 383 - option saves about 4k and might cause you much additional grey 384 - hair. 385 - 386 377 endmenu # General setup 387 378 388 379 config TINY_SHMEM