summaryrefslogtreecommitdiffstats
path: root/arch/x86/oprofile/op_x86_model.h
diff options
context:
space:
mode:
authorRobert Richter2008-07-22 21:08:50 +0200
committerIngo Molnar2008-07-26 11:48:02 +0200
commit6657fe4f5650ff7174d418d4bfa50c4640e81a2b (patch)
tree83433379aef1a09fe6898c68f5a16a857ece13af /arch/x86/oprofile/op_x86_model.h
parentx86/oprofile: Minor changes in op_model_athlon.c (diff)
downloadkernel-qcow2-linux-6657fe4f5650ff7174d418d4bfa50c4640e81a2b.tar.gz
kernel-qcow2-linux-6657fe4f5650ff7174d418d4bfa50c4640e81a2b.tar.xz
kernel-qcow2-linux-6657fe4f5650ff7174d418d4bfa50c4640e81a2b.zip
x86/oprofile: renaming athlon_*() into op_amd_*()
These functions contain code for all AMD CPUs. The new names fit better. Signed-off-by: Robert Richter <robert.richter@amd.com> Cc: oprofile-list <oprofile-list@lists.sourceforge.net> Cc: Barry Kasindorf <barry.kasindorf@amd.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/oprofile/op_x86_model.h')
-rw-r--r--arch/x86/oprofile/op_x86_model.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/oprofile/op_x86_model.h b/arch/x86/oprofile/op_x86_model.h
index ee9ca96253f4..05a0261ba0c3 100644
--- a/arch/x86/oprofile/op_x86_model.h
+++ b/arch/x86/oprofile/op_x86_model.h
@@ -48,6 +48,6 @@ struct op_x86_model_spec {
extern struct op_x86_model_spec const op_ppro_spec;
extern struct op_x86_model_spec const op_p4_spec;
extern struct op_x86_model_spec const op_p4_ht2_spec;
-extern struct op_x86_model_spec const op_athlon_spec;
+extern struct op_x86_model_spec const op_amd_spec;
#endif /* OP_X86_MODEL_H */