Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0927b482 authored by ShuoX Liu's avatar ShuoX Liu Committed by Ingo Molnar
Browse files

perf/x86: Enable Intel Lincroft/Penwell/Cloverview Atom support



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: default avatarShuoX Liu <shuox.liu@intel.com>
Cc: yanmin_zhang@intel.linux.com
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/r/1356713324-12442-1-git-send-email-shuox.liu@intel.com


Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent ff7532ca
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -2019,7 +2019,10 @@ __init int intel_pmu_init(void)
		break;

	case 28: /* Atom */
	case 54: /* Cedariew */
	case 38: /* Lincroft */
	case 39: /* Penwell */
	case 53: /* Cloverview */
	case 54: /* Cedarview */
		memcpy(hw_cache_event_ids, atom_hw_cache_event_ids,
		       sizeof(hw_cache_event_ids));