2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-26 22:24:09 +08:00

oprofile, x86: Add support for AMD family 14h

This patch adds support for AMD family 14h (Ontario/Zacate) cpus.

Signed-off-by: Robert Richter <robert.richter@amd.com>
This commit is contained in:
Robert Richter 2010-08-26 12:30:17 +02:00
parent 3acbf0849b
commit e63414740e

View File

@ -729,6 +729,9 @@ int __init op_nmi_init(struct oprofile_operations *ops)
case 0x12:
cpu_type = "x86-64/family12h";
break;
case 0x14:
cpu_type = "x86-64/family14h";
break;
default:
return -ENODEV;
}