diff options
Diffstat (limited to 'arch/powerpc/include/asm/mp.h')
| -rw-r--r-- | arch/powerpc/include/asm/mp.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/powerpc/include/asm/mp.h b/arch/powerpc/include/asm/mp.h index fe490bac0..9188ede3f 100644 --- a/arch/powerpc/include/asm/mp.h +++ b/arch/powerpc/include/asm/mp.h @@ -25,7 +25,7 @@  void setup_mp(void);  void cpu_mp_lmb_reserve(struct lmb *lmb); -u32 determine_mp_bootpg(void); +u32 determine_mp_bootpg(unsigned int *pagesize);  int is_core_disabled(int nr);  #ifdef CONFIG_E6500 |