diff options
-rw-r--r-- | sys/sun4v/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sun4v/conf/GENERIC b/sys/sun4v/conf/GENERIC index 69c2846..c1263f1 100644 --- a/sys/sun4v/conf/GENERIC +++ b/sys/sun4v/conf/GENERIC @@ -65,8 +65,8 @@ options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed. options KDB # Enable kernel debugger support. options KDB_TRACE options DDB # Support DDB. -options TRAP_TRACING # Enable trap tracing. -options TRAP_TRACE_ENTRIES=256 # Trap trace buffer entries. +#options TRAP_TRACING # Enable trap tracing. +#options TRAP_TRACE_ENTRIES=256 # Trap trace buffer entries. #options GDB # Support remote GDB. #options INVARIANTS # Enable calls of extra sanity checking #options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS |