From owner-svn-src-all@FreeBSD.ORG Thu Jul 14 15:35:43 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD72C1065673; Thu, 14 Jul 2011 15:35:43 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id AD62A8FC12; Thu, 14 Jul 2011 15:35:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p6EFZh4N035318; Thu, 14 Jul 2011 15:35:43 GMT (envelope-from nwhitehorn@svn.freebsd.org) Received: (from nwhitehorn@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p6EFZhfp035315; Thu, 14 Jul 2011 15:35:43 GMT (envelope-from nwhitehorn@svn.freebsd.org) Message-Id: <201107141535.p6EFZhfp035315@svn.freebsd.org> From: Nathan Whitehorn Date: Thu, 14 Jul 2011 15:35:43 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r224019 - head/sys/powerpc/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2011 15:35:43 -0000 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