All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] perf/x86/intel/rapl: Add missing Haswell model
@ 2016-04-17 15:43 Srinivas Pandruvada
  2016-04-20 15:38 ` Peter Zijlstra
  2016-04-23 12:53 ` [tip:perf/core] " tip-bot for Srinivas Pandruvada
  0 siblings, 2 replies; 4+ messages in thread
From: Srinivas Pandruvada @ 2016-04-17 15:43 UTC (permalink / raw)
  To: tglx, mingo, hpa; +Cc: x86, peterz, bp, linux-kernel, Srinivas Pandruvada

Added one missing Haswell model.

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
---
 arch/x86/events/intel/rapl.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/x86/events/intel/rapl.c b/arch/x86/events/intel/rapl.c
index 70c93f9..c83c141 100644
--- a/arch/x86/events/intel/rapl.c
+++ b/arch/x86/events/intel/rapl.c
@@ -718,6 +718,7 @@ static int __init rapl_pmu_init(void)
 		break;
 	case 60: /* Haswell */
 	case 69: /* Haswell-Celeron */
+	case 70: /* Haswell */
 	case 61: /* Broadwell */
 	case 71: /* Broadwell-H */
 		rapl_cntr_mask = RAPL_IDX_HSW;
-- 
1.9.1

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

end of thread, other threads:[~2016-04-23 12:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-17 15:43 [PATCH] perf/x86/intel/rapl: Add missing Haswell model Srinivas Pandruvada
2016-04-20 15:38 ` Peter Zijlstra
2016-04-20 17:58   ` Srinivas Pandruvada
2016-04-23 12:53 ` [tip:perf/core] " tip-bot for Srinivas Pandruvada

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.