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

perf/x86/msr: Add Airmont NP



Like Airmont, the Airmont NP (aka Intel / MaxLinear Lightning Mountain)
supports SMI_COUNT MSR.

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-2-ms@dev.tdt.de
parent 3c488084
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -78,6 +78,7 @@ static bool test_intel(int idx, void *data)
	case INTEL_ATOM_SILVERMONT:
	case INTEL_ATOM_SILVERMONT_D:
	case INTEL_ATOM_AIRMONT:
	case INTEL_ATOM_AIRMONT_NP:

	case INTEL_ATOM_GOLDMONT:
	case INTEL_ATOM_GOLDMONT_D: