diff options
Diffstat (limited to 'include/asm-ppc64/cputable.h')
-rw-r--r-- | include/asm-ppc64/cputable.h | 4 |
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 | */ |
38 | struct cpu_spec; | 38 | struct cpu_spec; |
39 | struct op_ppc64_model; | 39 | struct op_powerpc_model; |
40 | 40 | ||
41 | typedef void (*cpu_setup_t)(unsigned long offset, struct cpu_spec* spec); | 41 | typedef 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 | ||
71 | extern struct cpu_spec cpu_specs[]; | 71 | extern struct cpu_spec cpu_specs[]; |