From b9ac5192a235cc6efad426f7c989608188af9d9d Mon Sep 17 00:00:00 2001 From: kmacy Date: Fri, 15 Aug 2008 21:47:11 +0000 Subject: disable PREEMPTION pending bug fixes to i386/xen/pmap.c MFC after: 1 month --- sys/i386/conf/XEN | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/i386/conf/XEN') 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 -- cgit v1.1