diff options
author | scottl <scottl@FreeBSD.org> | 2004-09-09 17:03:53 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2004-09-09 17:03:53 +0000 |
commit | 4480e4c2161ff6f3d48a8201a1b18460ca9e5a82 (patch) | |
tree | fa70d7ab294988b293538bccd5db946d3c441637 /sys/sparc64/conf/GENERIC | |
parent | e4d8d65565b43e1275d3e98fabd6711b4e7353bd (diff) | |
download | FreeBSD-src-4480e4c2161ff6f3d48a8201a1b18460ca9e5a82.zip FreeBSD-src-4480e4c2161ff6f3d48a8201a1b18460ca9e5a82.tar.gz |
sparc64 is not ready for PREEMPTION, so turn it off for now.
Diffstat (limited to 'sys/sparc64/conf/GENERIC')
-rw-r--r-- | sys/sparc64/conf/GENERIC | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index f2a3a46..b325783 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -34,7 +34,7 @@ makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols #options SCHED_ULE # ULE scheduler options SCHED_4BSD # 4BSD scheduler -options PREEMPTION # Enable kernel thread preemption +#options PREEMPTION # Enable kernel thread preemption options INET # InterNETworking options INET6 # IPv6 communications protocols options FFS # Berkeley Fast Filesystem |