summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2007-05-13 07:19:10 +0000
committernyan <nyan@FreeBSD.org>2007-05-13 07:19:10 +0000
commit438ef2cbb828e6a2eb605da1de32e57e41bf7b45 (patch)
tree7b013fa835986d4e31fc25d9ca94ce2f7513ff48 /sys/pc98
parentf6d4544853170e62b0c0ac6ccbb1661e0ef00144 (diff)
downloadFreeBSD-src-438ef2cbb828e6a2eb605da1de32e57e41bf7b45.zip
FreeBSD-src-438ef2cbb828e6a2eb605da1de32e57e41bf7b45.tar.gz
Disable PREEMPTION option. It causes some problem on pc98.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 6251984..5185fd4 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -29,7 +29,7 @@ ident GENERIC
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
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
OpenPOWER on IntegriCloud