削除

# Debugging for use in -current
options KDB
Enable kernel debugger support.
options DDB
Support DDB.
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
options WITNESS
Enable checks to detect deadlocks and cycles
options WITNESS_SKIPSPIN
Don't run witness on spinlocks for speed
# To make an SMP kernel, the next two lines are needed
options SMP
Symmetric MultiProcessor Kernel

commit log

Now that our showstopper list has shrunk, take another step closer to the release and turn off kernel debugging. Also turn off SMP on i386 and amd64 and add an SMP kernel config.
私たちの名演技者リストが縮んだので、リリースに近い別のステップをとって、カーネルデバッギングを切ってください。さらにi386amd64の上でSMPを切って、SMPカーネルconfigを加えてください。

Approved by
re (implicit)

$FreeBSD: src/sys/i386/conf/GENERIC,v 1.429.2.2 2005/09/18 03:37:58 scottl Exp $