commit | e63414740e15b4e2dc54c63fb9ea501b257fb0b5 | [log] [tgz] |
---|---|---|
author | Robert Richter <robert.richter@amd.com> | Thu Aug 26 12:30:17 2010 +0200 |
committer | Robert Richter <robert.richter@amd.com> | Fri Oct 15 12:50:39 2010 +0200 |
tree | 8e1428075fcc04ef948ad8e40919da44927ce33c | |
parent | 3acbf0849bcbb639fde53dc627e3b55a4c6429d2 [diff] [blame] |
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>
diff --git a/arch/x86/oprofile/nmi_int.c b/arch/x86/oprofile/nmi_int.c index 0b0d1d6..4e8baad 100644 --- a/arch/x86/oprofile/nmi_int.c +++ b/arch/x86/oprofile/nmi_int.c
@@ -729,6 +729,9 @@ case 0x12: cpu_type = "x86-64/family12h"; break; + case 0x14: + cpu_type = "x86-64/family14h"; + break; default: return -ENODEV; }