···8181 depends on X86_LOCAL_APIC && !X86_VISWS8282 default y83838484+config DOUBLEFAULT8585+ default y8686+ bool "Enable doublefault exception handler" if EMBEDDED8787+ help8888+ This option allows trapping of rare doublefault exceptions that8989+ would otherwise cause a system to silently reboot. Disabling this9090+ option saves about 4k and might cause you much additional grey9191+ hair.9292+8493endmenu
-9
init/Kconfig
···374374 SLOB is more space efficient but does not scale well and is375375 more susceptible to fragmentation.376376377377-config DOUBLEFAULT378378- default y379379- bool "Enable doublefault exception handler" if EMBEDDED && X86_32380380- help381381- This option allows trapping of rare doublefault exceptions that382382- would otherwise cause a system to silently reboot. Disabling this383383- option saves about 4k and might cause you much additional grey384384- hair.385385-386377endmenu # General setup387378388379config TINY_SHMEM