diff options
Diffstat (limited to 'include/asm-powerpc/cputable.h')
-rw-r--r-- | include/asm-powerpc/cputable.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-powerpc/cputable.h b/include/asm-powerpc/cputable.h index 1e50efab091d..a4a50d08d384 100644 --- a/include/asm-powerpc/cputable.h +++ b/include/asm-powerpc/cputable.h | |||
@@ -57,6 +57,9 @@ struct cpu_spec { | |||
57 | 57 | ||
58 | extern struct cpu_spec *cur_cpu_spec; | 58 | extern struct cpu_spec *cur_cpu_spec; |
59 | 59 | ||
60 | extern void identify_cpu(unsigned long offset, unsigned long cpu); | ||
61 | extern void do_cpu_ftr_fixups(unsigned long offset); | ||
62 | |||
60 | #endif /* __ASSEMBLY__ */ | 63 | #endif /* __ASSEMBLY__ */ |
61 | 64 | ||
62 | /* CPU kernel features */ | 65 | /* CPU kernel features */ |