Commit a08340fd authored by Martin Schiller's avatar Martin Schiller Committed by Peter Zijlstra
Browse files

perf/x86/intel: Add Airmont NP



The Intel / MaxLinear Airmont NP (aka Lightning Mountain) supports the
same architectual and non-architecural events as Airmont.

Signed-off-by: default avatarMartin Schiller <ms@dev.tdt.de>
Signed-off-by: default avatarPeter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: default avatarDapeng Mi <dapeng1.mi@linux.intel.com>
Link: https://patch.msgid.link/20251124074846.9653-3-ms@dev.tdt.de
parent 63dbadca
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7410,6 +7410,7 @@ __init int intel_pmu_init(void)
	case INTEL_ATOM_SILVERMONT_D:
	case INTEL_ATOM_SILVERMONT_MID:
	case INTEL_ATOM_AIRMONT:
	case INTEL_ATOM_AIRMONT_NP:
	case INTEL_ATOM_SILVERMONT_MID2:
		memcpy(hw_cache_event_ids, slm_hw_cache_event_ids,
			sizeof(hw_cache_event_ids));