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

Commit e83e452b authored by Andi Kleen's avatar Andi Kleen Committed by Robert Richter
Browse files

oprofile/x86: add Xeon 7500 series support



Add Xeon 7500 series support to oprofile.

Straight forward: it's the same as Core i7, so just detect
the model number. No user space changes needed.

Signed-off-by: default avatarAndi Kleen <ak@linux.intel.com>
Signed-off-by: default avatarRobert Richter <robert.richter@amd.com>
parent d8cc108f
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -598,6 +598,7 @@ static int __init ppro_init(char **cpu_type)
	case 15: case 23:
	case 15: case 23:
		*cpu_type = "i386/core_2";
		*cpu_type = "i386/core_2";
		break;
		break;
	case 0x2e:
	case 26:
	case 26:
		spec = &op_arch_perfmon_spec;
		spec = &op_arch_perfmon_spec;
		*cpu_type = "i386/core_i7";
		*cpu_type = "i386/core_i7";