oprofile, x86: Add support for AMD family 12h
This patch adds support for AMD family 12h (Llano) cpus. Signed-off-by: Robert Richter <robert.richter@amd.com>
This commit is contained in:
parent
cd254f2952
commit
3acbf0849b
1 changed files with 3 additions and 0 deletions
|
@ -726,6 +726,9 @@ int __init op_nmi_init(struct oprofile_operations *ops)
|
||||||
case 0x11:
|
case 0x11:
|
||||||
cpu_type = "x86-64/family11h";
|
cpu_type = "x86-64/family11h";
|
||||||
break;
|
break;
|
||||||
|
case 0x12:
|
||||||
|
cpu_type = "x86-64/family12h";
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue