aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asm-ppc64/cputable.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-ppc64/cputable.h b/include/asm-ppc64/cputable.h
index 80b907727a79..445727ae2baa 100644
--- a/include/asm-ppc64/cputable.h
+++ b/include/asm-ppc64/cputable.h
@@ -59,6 +59,9 @@ struct cpu_spec {
59 * BHT, SPD, etc... from head.S before branching to identify_machine 59 * BHT, SPD, etc... from head.S before branching to identify_machine
60 */ 60 */
61 cpu_setup_t cpu_setup; 61 cpu_setup_t cpu_setup;
62
63 /* Used by oprofile userspace to select the right counters */
64 char *oprofile_cpu_type;
62}; 65};
63 66
64extern struct cpu_spec cpu_specs[]; 67extern struct cpu_spec cpu_specs[];