powerpc: Fix personality handling in ppc64_personality()
[linux/fpc-iii.git] / arch / powerpc / platforms / 85xx / smp.h
blobe2b44933ff197bcb5aed6a895de6f18056bf91f2
1 #ifndef POWERPC_85XX_SMP_H_
2 #define POWERPC_85XX_SMP_H_ 1
4 #include <linux/init.h>
6 #ifdef CONFIG_SMP
7 void __init mpc85xx_smp_init(void);
8 #else
9 static inline void mpc85xx_smp_init(void)
11 /* Nothing to do */
13 #endif
15 #endif /* not POWERPC_85XX_SMP_H_ */