All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] perf/x86: Enable Intel Lincroft/Penwell/Cloverview Atom support
@ 2012-12-28 16:48 shuox.liu
  2012-12-28 17:25 ` Heinz Diehl
  2013-01-24 20:19 ` [tip:perf/urgent] perf/x86: Enable Intel Lincroft/Penwell/ Cloverview " tip-bot for ShuoX Liu
  0 siblings, 2 replies; 3+ messages in thread
From: shuox.liu @ 2012-12-28 16:48 UTC (permalink / raw)
  To: linux-kernel; +Cc: mingo, hpa, yanmin_zhang, ShuoX Liu

From: ShuoX Liu <shuox.liu@intel.com>

These three chip are based on Atom and have different model id.
So add such three id for perf HW event support.

Signed-off-by: ShuoX Liu <shuox.liu@intel.com>
---
 arch/x86/kernel/cpu/perf_event_intel.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/arch/x86/kernel/cpu/perf_event_intel.c b/arch/x86/kernel/cpu/perf_event_intel.c
index 93b9e11..c788e5f 100644
--- a/arch/x86/kernel/cpu/perf_event_intel.c
+++ b/arch/x86/kernel/cpu/perf_event_intel.c
@@ -2019,6 +2019,9 @@ __init int intel_pmu_init(void)
 		break;
 
 	case 28: /* Atom */
+	case 38: /* Lincroft */
+	case 39: /* Penwell */
+	case 53: /* Cloverview */
 	case 54: /* Cedariew */
 		memcpy(hw_cache_event_ids, atom_hw_cache_event_ids,
 		       sizeof(hw_cache_event_ids));
-- 
1.7.1


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

end of thread, other threads:[~2013-01-24 20:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-28 16:48 [PATCH] perf/x86: Enable Intel Lincroft/Penwell/Cloverview Atom support shuox.liu
2012-12-28 17:25 ` Heinz Diehl
2013-01-24 20:19 ` [tip:perf/urgent] perf/x86: Enable Intel Lincroft/Penwell/ Cloverview " tip-bot for ShuoX Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.