Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 May 2014 21:19:14 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r266195 - head/sys/dev/hwpmc
Message-ID:  <201405152119.s4FLJExd010870@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markj
Date: Thu May 15 21:19:13 2014
New Revision: 266195
URL: http://svnweb.freebsd.org/changeset/base/266195

Log:
  Remove some prototypes for undefined functions.
  
  MFC after:	3 days

Modified:
  head/sys/dev/hwpmc/hwpmc_core.h
  head/sys/dev/hwpmc/hwpmc_uncore.h

Modified: head/sys/dev/hwpmc/hwpmc_core.h
==============================================================================
--- head/sys/dev/hwpmc/hwpmc_core.h	Thu May 15 20:58:23 2014	(r266194)
+++ head/sys/dev/hwpmc/hwpmc_core.h	Thu May 15 21:19:13 2014	(r266195)
@@ -179,8 +179,6 @@ int	pmc_core_initialize(struct pmc_mdep 
 	    int _version_override);
 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: head/sys/dev/hwpmc/hwpmc_uncore.h
==============================================================================
--- head/sys/dev/hwpmc/hwpmc_uncore.h	Thu May 15 20:58:23 2014	(r266194)
+++ head/sys/dev/hwpmc/hwpmc_uncore.h	Thu May 15 21:19:13 2014	(r266195)
@@ -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);
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405152119.s4FLJExd010870>