commit | 3acbf0849bcbb639fde53dc627e3b55a4c6429d2 | [log] [tgz] |
---|---|---|
author | Robert Richter <robert.richter@amd.com> | Tue Aug 31 10:44:17 2010 +0200 |
committer | Robert Richter <robert.richter@amd.com> | Fri Oct 15 12:50:39 2010 +0200 |
tree | 9d5262934cd21745b334ac50d57c934ca6ea4152 | |
parent | cd254f295248c98b62ea824f361e10d80a081fe7 [diff] [blame] |
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>
diff --git a/arch/x86/oprofile/nmi_int.c b/arch/x86/oprofile/nmi_int.c index bd1489c..0b0d1d6 100644 --- a/arch/x86/oprofile/nmi_int.c +++ b/arch/x86/oprofile/nmi_int.c
@@ -726,6 +726,9 @@ case 0x11: cpu_type = "x86-64/family11h"; break; + case 0x12: + cpu_type = "x86-64/family12h"; + break; default: return -ENODEV; }