summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf/XEN
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2008-08-15 21:47:11 +0000
committerkmacy <kmacy@FreeBSD.org>2008-08-15 21:47:11 +0000
commitb9ac5192a235cc6efad426f7c989608188af9d9d (patch)
tree678b8cd424e4f7f5dfe77b69b87e351d74ec5f34 /sys/i386/conf/XEN
parent5806e2df7f5dd8b4b67140d70425b878eb694556 (diff)
downloadFreeBSD-src-b9ac5192a235cc6efad426f7c989608188af9d9d.zip
FreeBSD-src-b9ac5192a235cc6efad426f7c989608188af9d9d.tar.gz
disable PREEMPTION pending bug fixes to i386/xen/pmap.c
MFC after: 1 month
Diffstat (limited to 'sys/i386/conf/XEN')
-rw-r--r--sys/i386/conf/XEN6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/i386/conf/XEN b/sys/i386/conf/XEN
index 2690bf6..5489497 100644
--- a/sys/i386/conf/XEN
+++ b/sys/i386/conf/XEN
@@ -27,8 +27,10 @@ ident GENERIC
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
makeoptions MODULES_OVERRIDE=""
-options SCHED_ULE # ULE scheduler
-options PREEMPTION # Enable kernel thread preemption
+#options SCHED_ULE # ULE scheduler
+#options PREEMPTION # Enable kernel thread preemption
+options SCHED_4BSD
+
options INET # InterNETworking
options INET6 # IPv6 communications protocols
options SCTP # Stream Control Transmission Protocol
OpenPOWER on IntegriCloud