Remove DIAGNOSTIC from the kernel config of low-end arm systems. Sanity

checks such as vmem_check() can make a low-end system go completely
unresponsive for as much as 3 seconds out of every 10.
This commit is contained in:
Ian Lepore 2014-09-03 19:37:41 +00:00
parent d630b56d1a
commit 64e9597058
6 changed files with 6 additions and 6 deletions

View File

@ -44,7 +44,7 @@ options NO_SWAPPING
options ALT_BREAK_TO_DEBUGGER
options DDB
#options DEADLKRES # Enable the deadlock resolver
options DIAGNOSTIC
#options DIAGNOSTIC
#options INVARIANTS # Enable calls of extra sanity checking
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
options KDB

View File

@ -43,7 +43,7 @@ options NO_SWAPPING
options ALT_BREAK_TO_DEBUGGER
options DDB
#options DEADLKRES # Enable the deadlock resolver
options DIAGNOSTIC
#options DIAGNOSTIC
#options INVARIANTS # Enable calls of extra sanity checking
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
options KDB

View File

@ -44,7 +44,7 @@ options NO_SWAPPING
options ALT_BREAK_TO_DEBUGGER
options DDB
#options DEADLKRES # Enable the deadlock resolver
options DIAGNOSTIC
#options DIAGNOSTIC
#options INVARIANTS # Enable calls of extra sanity checking
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
options KDB

View File

@ -145,7 +145,7 @@ options BREAK_TO_DEBUGGER
options ALT_BREAK_TO_DEBUGGER
options DDB
options KDB
options DIAGNOSTIC
#options DIAGNOSTIC
options INVARIANTS # Enable calls of extra sanity checking
options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
#options WITNESS # Enable checks to detect deadlocks and cycles

View File

@ -153,7 +153,7 @@ options BREAK_TO_DEBUGGER
options ALT_BREAK_TO_DEBUGGER
options DDB
options KDB
options DIAGNOSTIC
#options DIAGNOSTIC
options INVARIANTS # Enable calls of extra sanity checking
options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
#options WITNESS # Enable checks to detect deadlocks and cycles

View File

@ -44,7 +44,7 @@ options NO_SWAPPING
options ALT_BREAK_TO_DEBUGGER
options DDB
#options DEADLKRES # Enable the deadlock resolver
options DIAGNOSTIC
#options DIAGNOSTIC
#options INVARIANTS # Enable calls of extra sanity checking
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
options KDB