]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/x86/oprofile/nmi_int.c
oprofile, x86: Add support for AMD family 14h
[mv-sheeva.git] / arch / x86 / oprofile / nmi_int.c
index 0b0d1d628207d73b62af13127e4911862d060b52..4e8baad36d37739e32b71da0be2932924bacfe69 100644 (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;
                }