Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jul 2011 15:35:43 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r224019 - head/sys/powerpc/conf
Message-ID:  <201107141535.p6EFZhfp035315@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nwhitehorn
Date: Thu Jul 14 15:35:43 2011
New Revision: 224019
URL: http://svn.freebsd.org/changeset/base/224019

Log:
  Enable PREEMPTION for PowerPC/AIM generic kernels. The last known PREEMPTION
  bug on PowerPC was resolved by r223485, and it appears to run stably at this
  point.

Modified:
  head/sys/powerpc/conf/GENERIC
  head/sys/powerpc/conf/GENERIC64

Modified: head/sys/powerpc/conf/GENERIC
==============================================================================
--- head/sys/powerpc/conf/GENERIC	Thu Jul 14 14:24:20 2011	(r224018)
+++ head/sys/powerpc/conf/GENERIC	Thu Jul 14 15:35:43 2011	(r224019)
@@ -31,6 +31,7 @@ options 	PSIM			#GDB PSIM ppc simulator
 options		MAMBO			#IBM Mambo Full System Simulator
 
 options 	SCHED_ULE		#ULE scheduler
+options 	PREEMPTION		#Enable kernel thread preemption
 options 	INET			#InterNETworking
 options 	INET6			#IPv6 communications protocols
 options 	SCTP			#Stream Control Transmission Protocol

Modified: head/sys/powerpc/conf/GENERIC64
==============================================================================
--- head/sys/powerpc/conf/GENERIC64	Thu Jul 14 14:24:20 2011	(r224018)
+++ head/sys/powerpc/conf/GENERIC64	Thu Jul 14 15:35:43 2011	(r224019)
@@ -31,6 +31,7 @@ options		PS3			#Sony Playstation 3
 options		MAMBO			#IBM Mambo Full System Simulator
 
 options 	SCHED_ULE		#ULE scheduler
+options 	PREEMPTION		#Enable kernel thread preemption
 options 	INET			#InterNETworking
 options 	INET6			#IPv6 communications protocols
 options 	SCTP			#Stream Control Transmission Protocol



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107141535.p6EFZhfp035315>