From owner-svn-src-all@FreeBSD.ORG  Mon May 19 19:49:07 2014
Return-Path: <owner-svn-src-all@FreeBSD.ORG>
Delivered-To: svn-src-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 87A489F1;
 Mon, 19 May 2014 19:49:07 +0000 (UTC)
Received: from svn.freebsd.org (svn.freebsd.org
 [IPv6:2001:1900:2254:2068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 748F12052;
 Mon, 19 May 2014 19:49:07 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
 by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4JJn76Y087312;
 Mon, 19 May 2014 19:49:07 GMT (envelope-from markj@svn.freebsd.org)
Received: (from markj@localhost)
 by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4JJn79Q087310;
 Mon, 19 May 2014 19:49:07 GMT (envelope-from markj@svn.freebsd.org)
Message-Id: <201405191949.s4JJn79Q087310@svn.freebsd.org>
From: Mark Johnston <markj@FreeBSD.org>
Date: Mon, 19 May 2014 19:49:07 +0000 (UTC)
To: src-committers@freebsd.org, svn-src-all@freebsd.org,
 svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject: svn commit: r266452 - stable/10/sys/dev/hwpmc
X-SVN-Group: stable-10
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.18
Precedence: list
List-Id: "SVN commit messages for the entire src tree \(except for &quot;
 user&quot; and &quot; projects&quot; \)" <svn-src-all.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-src-all>,
 <mailto:svn-src-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-src-all/>
List-Post: <mailto:svn-src-all@freebsd.org>
List-Help: <mailto:svn-src-all-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-src-all>,
 <mailto:svn-src-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 19 May 2014 19:49:07 -0000

Author: markj
Date: Mon May 19 19:49:06 2014
New Revision: 266452
URL: http://svnweb.freebsd.org/changeset/base/266452

Log:
  MFC r266195:
  
  Remove some prototypes for undefined functions.

Modified:
  stable/10/sys/dev/hwpmc/hwpmc_core.h
  stable/10/sys/dev/hwpmc/hwpmc_uncore.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/hwpmc/hwpmc_core.h
==============================================================================
--- stable/10/sys/dev/hwpmc/hwpmc_core.h	Mon May 19 19:34:44 2014	(r266451)
+++ stable/10/sys/dev/hwpmc/hwpmc_core.h	Mon May 19 19:49:06 2014	(r266452)
@@ -178,8 +178,6 @@ struct pmc_md_iap_pmc {
 int	pmc_core_initialize(struct pmc_mdep *_md, int _maxcpu);
 void	pmc_core_finalize(struct pmc_mdep *_md);
 
-void	pmc_core_mark_started(int _cpu, int _pmc);
-
 int	pmc_iaf_initialize(struct pmc_mdep *_md, int _maxcpu, int _npmc, int _width);
 void	pmc_iaf_finalize(struct pmc_mdep *_md);
 

Modified: stable/10/sys/dev/hwpmc/hwpmc_uncore.h
==============================================================================
--- stable/10/sys/dev/hwpmc/hwpmc_uncore.h	Mon May 19 19:34:44 2014	(r266451)
+++ stable/10/sys/dev/hwpmc/hwpmc_uncore.h	Mon May 19 19:49:06 2014	(r266452)
@@ -115,8 +115,6 @@ struct pmc_md_ucp_pmc {
 int	pmc_uncore_initialize(struct pmc_mdep *_md, int _maxcpu);
 void	pmc_uncore_finalize(struct pmc_mdep *_md);
 
-void	pmc_uncore_mark_started(int _cpu, int _pmc);
-
 int	pmc_ucf_initialize(struct pmc_mdep *_md, int _maxcpu, int _npmc, int _width);
 void	pmc_ucf_finalize(struct pmc_mdep *_md);