Date: Thu, 5 Feb 2009 20:43:48 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r188189 - projects/vap7/sys/arm/conf Message-ID: <200902052043.n15KhmNn038204@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902052043.n15KhmNn038204>