forked from Minki/linux
oprofile: Add support for AMD Family 11h
This patch add support for AMD Family 11h CPUs. Signed-off-by: Barry Kasindorf <barry.kasindorf@amd.com> Signed-off-by: Robert Richter <robert.richter@amd.com> Cc: oprofile-list <oprofile-list@lists.sourceforge.net> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
286f571837
commit
12f2b2610e
@ -436,6 +436,10 @@ int __init op_nmi_init(struct oprofile_operations *ops)
|
||||
model = &op_athlon_spec;
|
||||
cpu_type = "x86-64/family10";
|
||||
break;
|
||||
case 0x11:
|
||||
model = &op_athlon_spec;
|
||||
cpu_type = "x86-64/family11h";
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user