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:
Barry Kasindorf 2008-07-22 21:08:47 +02:00 committed by Ingo Molnar
parent 286f571837
commit 12f2b2610e
1 changed files with 4 additions and 0 deletions

View File

@ -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;