disable PREEMPTION pending bug fixes to i386/xen/pmap.c

MFC after:	1 month
This commit is contained in:
kmacy 2008-08-15 21:47:11 +00:00
parent 5806e2df7f
commit b9ac5192a2

View File

@ -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