projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3acbf08
)
oprofile, x86: Add support for AMD family 14h
author
Robert Richter
<robert.richter@amd.com>
Thu, 26 Aug 2010 10:30:17 +0000
(12:30 +0200)
committer
Robert 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/oprofile/nmi_int.c
b/arch/x86/oprofile/nmi_int.c
index 0b0d1d628207d73b62af13127e4911862d060b52..4e8baad36d37739e32b71da0be2932924bacfe69 100644
(file)
--- 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)
case 0x12:
cpu_type = "x86-64/family12h";
break;
+ case 0x14:
+ cpu_type = "x86-64/family14h";
+ break;
default:
return -ENODEV;
}