summaryrefslogtreecommitdiffstats
path: root/sys/dev/hwpmc/hwpmc_mips24k.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2015-05-08 19:40:00 +0000
committerjhb <jhb@FreeBSD.org>2015-05-08 19:40:00 +0000
commit70fa1e4b0291df5e2d2746b2b78df73fdef587da (patch)
tree5d0308f3c45f6d9e77ba44be1ea208018d1b65cb /sys/dev/hwpmc/hwpmc_mips24k.c
parentff2ee3a4989ae83a7bdf6fc7d9573b5eb0bd1dac (diff)
downloadFreeBSD-src-70fa1e4b0291df5e2d2746b2b78df73fdef587da.zip
FreeBSD-src-70fa1e4b0291df5e2d2746b2b78df73fdef587da.tar.gz
Convert hwpmc(4) debug printfs over to KTR.
Differential Revision: https://reviews.freebsd.org/D2487 Reviewed by: davide, emaste MFC after: 2 weeks Sponsored by: Norse Corp, Inc.
Diffstat (limited to 'sys/dev/hwpmc/hwpmc_mips24k.c')
-rw-r--r--sys/dev/hwpmc/hwpmc_mips24k.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hwpmc/hwpmc_mips24k.c b/sys/dev/hwpmc/hwpmc_mips24k.c
index 18d7f6c..7841555 100644
--- a/sys/dev/hwpmc/hwpmc_mips24k.c
+++ b/sys/dev/hwpmc/hwpmc_mips24k.c
@@ -223,7 +223,7 @@ mips_get_perfctl(int cpu, int ri, uint32_t event, uint32_t caps)
if (caps & PMC_CAP_INTERRUPT)
config |= MIPS24K_PMC_INTERRUPT_ENABLE;
- PMCDBG(MDP,ALL,2,"mips24k-get_perfctl ri=%d -> config=0x%x", ri, config);
+ PMCDBG2(MDP,ALL,2,"mips24k-get_perfctl ri=%d -> config=0x%x", ri, config);
return (config);
}
OpenPOWER on IntegriCloud