public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] perf, x86: Add model 45 SandyBridge support
@ 2011-08-02  6:01 Youquan Song
  2011-08-02 10:27 ` Peter Zijlstra
  2011-08-09 14:30 ` [tip:perf/urgent] " tip-bot for Youquan Song
  0 siblings, 2 replies; 3+ messages in thread
From: Youquan Song @ 2011-08-02  6:01 UTC (permalink / raw)
  To: linux-kernel, mingo, peterz
  Cc: ming.m.lin, anhua.xu, chaohong.guo, kent.liu, Youquan Song,
	Youquan Song

Add support to Romely-EP SandyBridge.

Signed-off-by: Youquan Song <youquan.song@intel.com>
Signed-off-by: Anhua Xu <anhua.xu@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
---
 arch/x86/kernel/cpu/perf_event_intel.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/x86/kernel/cpu/perf_event_intel.c b/arch/x86/kernel/cpu/perf_event_intel.c
index 45fbb8f..f88af2c 100644
--- a/arch/x86/kernel/cpu/perf_event_intel.c
+++ b/arch/x86/kernel/cpu/perf_event_intel.c
@@ -1590,6 +1590,7 @@ static __init int intel_pmu_init(void)
 		break;
 
 	case 42: /* SandyBridge */
+	case 45: /* SandyBridge, "Romely-EP" */
 		memcpy(hw_cache_event_ids, snb_hw_cache_event_ids,
 		       sizeof(hw_cache_event_ids));
 
-- 
1.6.4.2



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

end of thread, other threads:[~2011-08-09 14:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-02  6:01 [PATCH] perf, x86: Add model 45 SandyBridge support Youquan Song
2011-08-02 10:27 ` Peter Zijlstra
2011-08-09 14:30 ` [tip:perf/urgent] " tip-bot for Youquan Song

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