Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18018
b: refs/heads/master
c: 4092bde
h: refs/heads/master
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Jan 12, 2006
1 parent dec0284 commit c91c9f5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6c5acd160a10c76e8debf4f8fa8256d7c914f290
refs/heads/master: 4092bdebab46235d69fcd68afc710cddad550892
9 changes: 9 additions & 0 deletions trunk/arch/i386/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ config DMI

source "init/Kconfig"

config DOUBLEFAULT
default y
bool "Enable doublefault exception handler" if EMBEDDED
help
This option allows trapping of rare doublefault exceptions that
would otherwise cause a system to silently reboot. Disabling this
option saves about 4k and might cause you much additional grey
hair.

menu "Processor type and features"

choice
Expand Down
9 changes: 0 additions & 9 deletions trunk/init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -326,15 +326,6 @@ config BUG
option for embedded systems with no facilities for reporting errors.
Just say Y.

config DOUBLEFAULT
depends X86
default y if X86
bool "Enable doublefault exception handler" if EMBEDDED
help
This option allows trapping of rare doublefault exceptions that
would otherwise cause a system to silently reboot. Disabling this
option saves about 4k.

config ELF_CORE
default y
bool "Enable ELF core dumps" if EMBEDDED
Expand Down

0 comments on commit c91c9f5

Please sign in to comment.