Commit 12f2b261 authored by Barry Kasindorf's avatar Barry Kasindorf Committed by Ingo Molnar

oprofile: Add support for AMD Family 11h

This patch add support for AMD Family 11h CPUs.
Signed-off-by: default avatarBarry Kasindorf <barry.kasindorf@amd.com>
Signed-off-by: default avatarRobert Richter <robert.richter@amd.com>
Cc: oprofile-list <oprofile-list@lists.sourceforge.net>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 286f5718
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment