aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/conf/GENERIC
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2004-09-09 17:03:53 +0000
committerScott Long <scottl@FreeBSD.org>2004-09-09 17:03:53 +0000
commit698e3209dcf9ea4112f77968009a24a9de3deb9f (patch)
treefa70d7ab294988b293538bccd5db946d3c441637 /sys/sparc64/conf/GENERIC
parent28b81da2d84b5cbbc671a89b8d37ba7bfa2284d6 (diff)
downloadsrc-698e3209dcf9ea4112f77968009a24a9de3deb9f.tar.gz
src-698e3209dcf9ea4112f77968009a24a9de3deb9f.zip
sparc64 is not ready for PREEMPTION, so turn it off for now.
Notes
Notes: svn path=/head/; revision=134997
Diffstat (limited to 'sys/sparc64/conf/GENERIC')
-rw-r--r--sys/sparc64/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index f2a3a46623d3..b325783b08a0 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