Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 May 2014 19:49:07 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
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
Message-ID:  <201405191949.s4JJn79Q087310@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);
 



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