From owner-svn-src-all@FreeBSD.ORG Wed Oct 24 15:45:26 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D244238A; Wed, 24 Oct 2012 15:45:26 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id BAB888FC14; Wed, 24 Oct 2012 15:45:26 +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 q9OFjQgJ044243; Wed, 24 Oct 2012 15:45:26 GMT (envelope-from imp@svn.freebsd.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9OFjQsw044241; Wed, 24 Oct 2012 15:45:26 GMT (envelope-from imp@svn.freebsd.org) Message-Id: <201210241545.q9OFjQsw044241@svn.freebsd.org> From: Warner Losh Date: Wed, 24 Oct 2012 15:45:26 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r242004 - head/sys/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 24 Oct 2012 15:45:26 -0000 Author: imp Date: Wed Oct 24 15:45:26 2012 New Revision: 242004 URL: http://svn.freebsd.org/changeset/base/242004 Log: Conform to the style of the rest of the file for hwpmc. Modified: head/sys/conf/files.mips Modified: head/sys/conf/files.mips ============================================================================== --- head/sys/conf/files.mips Wed Oct 24 15:02:39 2012 (r242003) +++ head/sys/conf/files.mips Wed Oct 24 15:45:26 2012 (r242004) @@ -101,5 +101,5 @@ crypto/des/des_enc.c optional crypto | dev/nvram2env/nvram2env.c optional nvram2env # hwpmc goo -dev/hwpmc/hwpmc_mips.c optional hwpmc -dev/hwpmc/hwpmc_mips24k.c optional hwpmc +dev/hwpmc/hwpmc_mips.c optional hwpmc +dev/hwpmc/hwpmc_mips24k.c optional hwpmc