svn commit: r188189 - projects/vap7/sys/arm/conf

Sam Leffler sam at FreeBSD.org
Thu Feb 5 12:43:48 PST 2009


Author: sam
Date: Thu Feb  5 20:43:47 2009
New Revision: 188189
URL: http://svn.freebsd.org/changeset/base/188189

Log:
  o add PREEMPTION
  o KSE does not work w/ PREEMPTION, remove it

Modified:
  projects/vap7/sys/arm/conf/AVILA

Modified: projects/vap7/sys/arm/conf/AVILA
==============================================================================
--- projects/vap7/sys/arm/conf/AVILA	Thu Feb  5 20:40:43 2009	(r188188)
+++ projects/vap7/sys/arm/conf/AVILA	Thu Feb  5 20:43:47 2009	(r188189)
@@ -50,7 +50,8 @@ options 	DDB			#Enable the kernel debugg
 #options		DIAGNOSTIC
 
 options 	SCHED_4BSD		#4BSD scheduler
-options		KSE
+options		PREEMPTION
+
 options 	INET			#InterNETworking
 options 	INET6			#IPv6 communications protocols
 options 	FFS			#Berkeley Fast Filesystem
@@ -78,7 +79,6 @@ options		BOOTP_NFSV3
 options		BOOTP_WIRED_TO=npe0
 #options		BOOTP_WIRED_TO=ath0
 options		BOOTP_COMPAT
-#options		PREEMPTION
 #options		VERBOSE_SYSINIT
 
 device		nexus


More information about the svn-src-projects mailing list