diff options
Diffstat (limited to 'include/asm-ppc64/cputable.h')
-rw-r--r-- | include/asm-ppc64/cputable.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-ppc64/cputable.h b/include/asm-ppc64/cputable.h index acc9b4d6c168..3eef40efd082 100644 --- a/include/asm-ppc64/cputable.h +++ b/include/asm-ppc64/cputable.h | |||
@@ -16,7 +16,7 @@ | |||
16 | #define __ASM_PPC_CPUTABLE_H | 16 | #define __ASM_PPC_CPUTABLE_H |
17 | 17 | ||
18 | #include <linux/config.h> | 18 | #include <linux/config.h> |
19 | #include <asm/page.h> /* for ASM_CONST */ | 19 | #include <asm/ppc_asm.h> /* for ASM_CONST */ |
20 | 20 | ||
21 | /* Exposed to userland CPU features - Must match ppc32 definitions */ | 21 | /* Exposed to userland CPU features - Must match ppc32 definitions */ |
22 | #define PPC_FEATURE_32 0x80000000 | 22 | #define PPC_FEATURE_32 0x80000000 |
@@ -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[]; |