summaryrefslogtreecommitdiffstats
path: root/arch/x86/oprofile/op_x86_model.h
diff options
context:
space:
mode:
authorRobert Richter2009-05-14 17:10:52 +0200
committerRobert Richter2009-06-10 22:07:35 +0200
commit849620fab413355eff48232eac5a8c53c57615c5 (patch)
tree4aec13fcc0e1bb6a3dd1e36349473c7fe3477f86 /arch/x86/oprofile/op_x86_model.h
parentMerge commit 'v2.6.30' into oprofile/master (diff)
downloadkernel-qcow2-linux-849620fab413355eff48232eac5a8c53c57615c5.tar.gz
kernel-qcow2-linux-849620fab413355eff48232eac5a8c53c57615c5.tar.xz
kernel-qcow2-linux-849620fab413355eff48232eac5a8c53c57615c5.zip
Revert "oprofile: discover counters for op ppro too"
This reverts commit 59512900baab03c5629f2ff5efad1d5d4e682ece. arch_perfmon_setup_counters() is actually never called for ppro, so there is no code that changes the numbers in op_ppro_spec. The patch as it is has no effect. Cc: Andi Kleen <ak@linux.intel.com> Signed-off-by: Robert Richter <robert.richter@amd.com>
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 825e79064d64..2317149c94f0 100644
--- a/arch/x86/oprofile/op_x86_model.h
+++ b/arch/x86/oprofile/op_x86_model.h
@@ -45,7 +45,7 @@ struct op_x86_model_spec {
void (*shutdown)(struct op_msrs const * const msrs);
};
-extern struct op_x86_model_spec op_ppro_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_amd_spec;