From owner-svn-src-stable@FreeBSD.ORG Sun Jan 27 17:38:29 2013 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D97A1F22; Sun, 27 Jan 2013 17:38:29 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C6B65D76; Sun, 27 Jan 2013 17:38:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0RHcTpr023945; Sun, 27 Jan 2013 17:38:29 GMT (envelope-from marius@svn.freebsd.org) Received: (from marius@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0RHcTlP023944; Sun, 27 Jan 2013 17:38:29 GMT (envelope-from marius@svn.freebsd.org) Message-Id: <201301271738.r0RHcTlP023944@svn.freebsd.org> From: Marius Strobl Date: Sun, 27 Jan 2013 17:38:29 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r245992 - stable/9/sys/sparc64/conf X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jan 2013 17:38:29 -0000 Author: marius Date: Sun Jan 27 17:38:29 2013 New Revision: 245992 URL: http://svnweb.freebsd.org/changeset/base/245992 Log: Revert r237842 (MFC'ed to stable/9 in r238012) and switch back to SCHED_ULE. All problems I encountered with the latter have been fixed with r241780 (MFC'ed to stable/9 in r245981). Modified: stable/9/sys/sparc64/conf/GENERIC Directory Properties: stable/9/sys/ (props changed) Modified: stable/9/sys/sparc64/conf/GENERIC ============================================================================== --- stable/9/sys/sparc64/conf/GENERIC Sun Jan 27 17:33:28 2013 (r245991) +++ stable/9/sys/sparc64/conf/GENERIC Sun Jan 27 17:38:29 2013 (r245992) @@ -26,7 +26,7 @@ makeoptions DEBUG=-g # Build kernel wit # Platforms supported # At this time all platforms are supported, as-is. -options SCHED_4BSD # 4BSD scheduler +options SCHED_ULE # ULE scheduler options PREEMPTION # Enable kernel thread preemption options INET # InterNETworking options INET6 # IPv6 communications protocols