1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-04 17:15:50 +00:00

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

MFC after:	1 month
This commit is contained in:
Kip Macy 2008-08-15 21:47:11 +00:00
parent 24b7d5cd1a
commit 8382474434
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=181781

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