提交 12f2b261 编写于 作者: B Barry Kasindorf 提交者: Ingo Molnar

oprofile: Add support for AMD Family 11h

This patch add support for AMD Family 11h CPUs.
Signed-off-by: NBarry Kasindorf <barry.kasindorf@amd.com>
Signed-off-by: NRobert Richter <robert.richter@amd.com>
Cc: oprofile-list <oprofile-list@lists.sourceforge.net>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册