aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ppc64/cputable.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ppc64/cputable.h')
-rw-r--r--include/asm-ppc64/cputable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-ppc64/cputable.h b/include/asm-ppc64/cputable.h
index 35121408ed1c..3eef40efd082 100644
--- a/include/asm-ppc64/cputable.h
+++ b/include/asm-ppc64/cputable.h
@@ -36,7 +36,7 @@
36 * via the mkdefs mechanism. 36 * via the mkdefs mechanism.
37 */ 37 */
38struct cpu_spec; 38struct cpu_spec;
39struct op_ppc64_model; 39struct op_powerpc_model;
40 40
41typedef void (*cpu_setup_t)(unsigned long offset, struct cpu_spec* spec); 41typedef void (*cpu_setup_t)(unsigned long offset, struct cpu_spec* spec);
42 42
@@ -65,7 +65,7 @@ struct cpu_spec {
65 char *oprofile_cpu_type; 65 char *oprofile_cpu_type;
66 66
67 /* Processor specific oprofile operations */ 67 /* Processor specific oprofile operations */
68 struct op_ppc64_model *oprofile_model; 68 struct op_powerpc_model *oprofile_model;
69}; 69};
70 70
71extern struct cpu_spec cpu_specs[]; 71extern struct cpu_spec cpu_specs[];