提交 30570bce 编写于 作者: R Robert Richter

oprofile, x86: Add support for AMD family 15h

This patch adds support for AMD family 15h (Interlagos/Valencia/
Zambezi) cpus.
Signed-off-by: NRobert Richter <robert.richter@amd.com>
上级 b0c3844d
...@@ -732,6 +732,9 @@ int __init op_nmi_init(struct oprofile_operations *ops) ...@@ -732,6 +732,9 @@ int __init op_nmi_init(struct oprofile_operations *ops)
case 0x14: case 0x14:
cpu_type = "x86-64/family14h"; cpu_type = "x86-64/family14h";
break; break;
case 0x15:
cpu_type = "x86-64/family15h";
break;
default: default:
return -ENODEV; return -ENODEV;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册