aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/oprofile
diff options
context:
space:
mode:
authorRobert Richter <robert.richter@amd.com>2010-08-26 06:30:17 -0400
committerRobert Richter <robert.richter@amd.com>2010-10-15 06:50:39 -0400
commite63414740e15b4e2dc54c63fb9ea501b257fb0b5 (patch)
tree8e1428075fcc04ef948ad8e40919da44927ce33c /arch/x86/oprofile
parent3acbf0849bcbb639fde53dc627e3b55a4c6429d2 (diff)
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>
Diffstat (limited to 'arch/x86/oprofile')
-rw-r--r--arch/x86/oprofile/nmi_int.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/oprofile/nmi_int.c b/arch/x86/oprofile/nmi_int.c
index 0b0d1d62820..4e8baad36d3 100644
--- a/arch/x86/oprofile/nmi_int.c
+++ b/arch/x86/oprofile/nmi_int.c
@@ -729,6 +729,9 @@ int __init op_nmi_init(struct oprofile_operations *ops)
729 case 0x12: 729 case 0x12:
730 cpu_type = "x86-64/family12h"; 730 cpu_type = "x86-64/family12h";
731 break; 731 break;
732 case 0x14:
733 cpu_type = "x86-64/family14h";
734 break;
732 default: 735 default:
733 return -ENODEV; 736 return -ENODEV;
734 } 737 }