From 904dfd7aa1c8fb39ffc4cf4de1049c7a5333a0c6 Mon Sep 17 00:00:00 2001 From: markj Date: Mon, 19 May 2014 19:54:21 +0000 Subject: [PATCH] MFC r266195: Remove some prototypes for undefined functions. git-svn-id: svn://svn.freebsd.org/base/stable/9@266453 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- sys/dev/hwpmc/hwpmc_core.h | 2 -- sys/dev/hwpmc/hwpmc_uncore.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/sys/dev/hwpmc/hwpmc_core.h b/sys/dev/hwpmc/hwpmc_core.h index 334bab77b..fc774b849 100644 --- a/sys/dev/hwpmc/hwpmc_core.h +++ b/sys/dev/hwpmc/hwpmc_core.h @@ -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); diff --git a/sys/dev/hwpmc/hwpmc_uncore.h b/sys/dev/hwpmc/hwpmc_uncore.h index c1f825924..0e2ff86f0 100644 --- a/sys/dev/hwpmc/hwpmc_uncore.h +++ b/sys/dev/hwpmc/hwpmc_uncore.h @@ -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); -- 2.45.0