diff options
| author | Jeff Roberson <jeff@FreeBSD.org> | 2003-01-26 06:37:43 +0000 |
|---|---|---|
| committer | Jeff Roberson <jeff@FreeBSD.org> | 2003-01-26 06:37:43 +0000 |
| commit | 4183d949e0feafad84ecc586e1c2144f1f44dc2a (patch) | |
| tree | a6e9e6a663c6ec9d61e6878d93eca1403891c757 | |
| parent | fa52dfae4a235e62141231d851c370ba337a6af0 (diff) | |
Notes
| -rw-r--r-- | sys/amd64/conf/GENERIC | 1 | ||||
| -rw-r--r-- | sys/i386/conf/GENERIC | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 52f21193dd79..c6aaaa621a3f 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -65,7 +65,6 @@ 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 -options SCHED_4BSD # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 52f21193dd79..c6aaaa621a3f 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -65,7 +65,6 @@ 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 -options SCHED_4BSD # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel |
