oprofile, x86: Add support for AMD family 14h
authorRobert Richter <robert.richter@amd.com>
Thu, 26 Aug 2010 10:30:17 +0000 (12:30 +0200)
committerRobert Richter <robert.richter@amd.com>
Fri, 15 Oct 2010 10:50:39 +0000 (12:50 +0200)
This patch adds support for AMD family 14h (Ontario/Zacate) cpus.

Signed-off-by: Robert Richter <robert.richter@amd.com>
arch/x86/oprofile/nmi_int.c

index 0b0d1d6..4e8baad 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;
                }