diff options
| author | Juli Mallett <jmallett@FreeBSD.org> | 2002-05-03 17:59:25 +0000 |
|---|---|---|
| committer | Juli Mallett <jmallett@FreeBSD.org> | 2002-05-03 17:59:25 +0000 |
| commit | ea0b7a769918fe95533b376f1f07f6f672247db1 (patch) | |
| tree | 65619e4889b1209b30a85c4761e528bd090576f6 /sys/pc98 | |
| parent | 9589c2561ceab4ce3962821fa9119a6a2482d3fd (diff) | |
Notes
Diffstat (limited to 'sys/pc98')
| -rw-r--r-- | sys/pc98/conf/GENERIC | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 98b5e00c3e1d5..2f670e0b3eede 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -62,7 +62,7 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev options DDB #Enable the kernel debugger 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 detects deadlocks and cycles +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 are needed |
