linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] powerpc/perf: Quiet PMU registration message
@ 2018-10-09  5:54 Joel Stanley
  2018-10-09  6:01 ` Madhavan Srinivasan
  0 siblings, 1 reply; 2+ messages in thread
From: Joel Stanley @ 2018-10-09  5:54 UTC (permalink / raw)
  To: Paul Mackerras, Madhavan Srinivasan; +Cc: linuxppc-dev

On a Power9 box we get a few screens full of these on boot. Drop
them to pr_debug.

[    5.993645] nest_centaur6_imc performance monitor hardware support registered
[    5.993728] nest_centaur7_imc performance monitor hardware support registered
[    5.996510] core_imc performance monitor hardware support registered
[    5.996569] nest_mba0_imc performance monitor hardware support registered
[    5.996631] nest_mba1_imc performance monitor hardware support registered
[    5.996685] nest_mba2_imc performance monitor hardware support registered

Signed-off-by: Joel Stanley <joel@jms.id.au>
---
 arch/powerpc/perf/core-book3s.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/powerpc/perf/core-book3s.c b/arch/powerpc/perf/core-book3s.c
index 81f8a0c838ae..a01c521694e8 100644
--- a/arch/powerpc/perf/core-book3s.c
+++ b/arch/powerpc/perf/core-book3s.c
@@ -2249,8 +2249,8 @@ int register_power_pmu(struct power_pmu *pmu)
 		return -EBUSY;		/* something's already registered */
 
 	ppmu = pmu;
-	pr_info("%s performance monitor hardware support registered\n",
-		pmu->name);
+	pr_debug("%s performance monitor hardware support registered\n",
+		 pmu->name);
 
 	power_pmu.attr_groups = ppmu->attr_groups;
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-09  6:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-09  5:54 [PATCH] powerpc/perf: Quiet PMU registration message Joel Stanley
2018-10-09  6:01 ` Madhavan Srinivasan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).