Commit e6341474 authored by Robert Richter's avatar Robert Richter

oprofile, x86: Add support for AMD family 14h

This patch adds support for AMD family 14h (Ontario/Zacate) cpus.
Signed-off-by: default avatarRobert Richter <robert.richter@amd.com>
parent 3acbf084
...@@ -729,6 +729,9 @@ int __init op_nmi_init(struct oprofile_operations *ops) ...@@ -729,6 +729,9 @@ int __init op_nmi_init(struct oprofile_operations *ops)
case 0x12: case 0x12:
cpu_type = "x86-64/family12h"; cpu_type = "x86-64/family12h";
break; break;
case 0x14:
cpu_type = "x86-64/family14h";
break;
default: default:
return -ENODEV; return -ENODEV;
} }
......
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