public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] powerpc/perf_counter: POWER7 has alternate PR/HV bits
@ 2009-07-01  3:07 Anton Blanchard
  2009-07-01  4:46 ` Paul Mackerras
  2009-07-01  8:46 ` [tip:perfcounters/urgent] powerpc/perf_counter: Enable alternate PR/HV bits for POWER7 tip-bot for Anton Blanchard
  0 siblings, 2 replies; 3+ messages in thread
From: Anton Blanchard @ 2009-07-01  3:07 UTC (permalink / raw)
  To: mingo, a.p.zijlstra, paulus, benh; +Cc: linux-kernel


POWER7 has the same PR/HV bit layout as POWER6, so set the flag.

Signed-off-by: Anton Blanchard <anton@samba.org>
---

Index: linux-2.6-tip/arch/powerpc/kernel/power7-pmu.c
===================================================================
--- linux-2.6-tip.orig/arch/powerpc/kernel/power7-pmu.c	2009-07-01 12:41:49.000000000 +1000
+++ linux-2.6-tip/arch/powerpc/kernel/power7-pmu.c	2009-07-01 12:42:09.000000000 +1000
@@ -358,6 +358,7 @@
 	.get_constraint		= power7_get_constraint,
 	.get_alternatives	= power7_get_alternatives,
 	.disable_pmc		= power7_disable_pmc,
+	.flags			= PPMU_ALT_SIPR,
 	.n_generic		= ARRAY_SIZE(power7_generic_events),
 	.generic_events		= power7_generic_events,
 	.cache_events		= &power7_cache_events,

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

* Re: [PATCH] powerpc/perf_counter: POWER7 has alternate PR/HV bits
  2009-07-01  3:07 [PATCH] powerpc/perf_counter: POWER7 has alternate PR/HV bits Anton Blanchard
@ 2009-07-01  4:46 ` Paul Mackerras
  2009-07-01  8:46 ` [tip:perfcounters/urgent] powerpc/perf_counter: Enable alternate PR/HV bits for POWER7 tip-bot for Anton Blanchard
  1 sibling, 0 replies; 3+ messages in thread
From: Paul Mackerras @ 2009-07-01  4:46 UTC (permalink / raw)
  To: Anton Blanchard; +Cc: mingo, a.p.zijlstra, benh, linux-kernel

Anton Blanchard writes:

> POWER7 has the same PR/HV bit layout as POWER6, so set the flag.
> 
> Signed-off-by: Anton Blanchard <anton@samba.org>

Acked-by: Paul Mackerras <paulus@samba.org>

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

* [tip:perfcounters/urgent] powerpc/perf_counter: Enable alternate PR/HV bits for POWER7
  2009-07-01  3:07 [PATCH] powerpc/perf_counter: POWER7 has alternate PR/HV bits Anton Blanchard
  2009-07-01  4:46 ` Paul Mackerras
@ 2009-07-01  8:46 ` tip-bot for Anton Blanchard
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Anton Blanchard @ 2009-07-01  8:46 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: linux-kernel, paulus, anton, hpa, mingo, tglx, mingo

Commit-ID:  0a456fc58fb8ef3c53d18297ab5cd5d2a70d146b
Gitweb:     http://git.kernel.org/tip/0a456fc58fb8ef3c53d18297ab5cd5d2a70d146b
Author:     Anton Blanchard <anton@samba.org>
AuthorDate: Wed, 1 Jul 2009 13:07:01 +1000
Committer:  Ingo Molnar <mingo@elte.hu>
CommitDate: Wed, 1 Jul 2009 10:20:28 +0200

powerpc/perf_counter: Enable alternate PR/HV bits for POWER7

POWER7 has the same PR/HV bit layout as POWER6, so set the flag.

Signed-off-by: Anton Blanchard <anton@samba.org>
Acked-by: Paul Mackerras <paulus@samba.org>
Cc: a.p.zijlstra@chello.nl
Cc: benh@kernel.crashing.org
LKML-Reference: <20090701030701.GI3563@kryten>
Signed-off-by: Ingo Molnar <mingo@elte.hu>


---
 arch/powerpc/kernel/power7-pmu.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/kernel/power7-pmu.c b/arch/powerpc/kernel/power7-pmu.c
index 5d755ef..5a9f5cb 100644
--- a/arch/powerpc/kernel/power7-pmu.c
+++ b/arch/powerpc/kernel/power7-pmu.c
@@ -358,6 +358,7 @@ static struct power_pmu power7_pmu = {
 	.get_constraint		= power7_get_constraint,
 	.get_alternatives	= power7_get_alternatives,
 	.disable_pmc		= power7_disable_pmc,
+	.flags			= PPMU_ALT_SIPR,
 	.n_generic		= ARRAY_SIZE(power7_generic_events),
 	.generic_events		= power7_generic_events,
 	.cache_events		= &power7_cache_events,

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

end of thread, other threads:[~2009-07-01  8:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-01  3:07 [PATCH] powerpc/perf_counter: POWER7 has alternate PR/HV bits Anton Blanchard
2009-07-01  4:46 ` Paul Mackerras
2009-07-01  8:46 ` [tip:perfcounters/urgent] powerpc/perf_counter: Enable alternate PR/HV bits for POWER7 tip-bot for Anton Blanchard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox