From owner-svn-src-head@FreeBSD.ORG Sat Nov 17 04:11:58 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6337D761; Sat, 17 Nov 2012 04:11:58 +0000 (UTC) (envelope-from adrian@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 483538FC12; Sat, 17 Nov 2012 04:11:58 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAH4Bwv2024675; Sat, 17 Nov 2012 04:11:58 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAH4BwFA024674; Sat, 17 Nov 2012 04:11:58 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201211170411.qAH4BwFA024674@svn.freebsd.org> From: Adrian Chadd Date: Sat, 17 Nov 2012 04:11:58 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r243180 - head/sys/mips/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Nov 2012 04:11:58 -0000 Author: adrian Date: Sat Nov 17 04:11:57 2012 New Revision: 243180 URL: http://svnweb.freebsd.org/changeset/base/243180 Log: Ensure hwpmc support is correctly included. Modified: head/sys/mips/conf/AR91XX_BASE Modified: head/sys/mips/conf/AR91XX_BASE ============================================================================== --- head/sys/mips/conf/AR91XX_BASE Sat Nov 17 04:10:42 2012 (r243179) +++ head/sys/mips/conf/AR91XX_BASE Sat Nov 17 04:11:57 2012 (r243180) @@ -36,6 +36,7 @@ options _KPOSIX_PRIORITY_SCHEDULING #Po # PMC options HWPMC_HOOKS device hwpmc +device hwpmc_mips24k # options NFS_LEGACYRPC # Debugging for use in -current