smp.h (e5451c8f8330e03ad3cfa16048b4daf961af434f) | smp.h (56f1ba280719469bffc870b6b2d935f3a3019ea4) |
---|---|
1#ifndef POWERPC_85XX_SMP_H_ 2#define POWERPC_85XX_SMP_H_ 1 3 4#include <linux/init.h> 5 6#ifdef CONFIG_SMP 7void __init mpc85xx_smp_init(void); | 1#ifndef POWERPC_85XX_SMP_H_ 2#define POWERPC_85XX_SMP_H_ 1 3 4#include <linux/init.h> 5 6#ifdef CONFIG_SMP 7void __init mpc85xx_smp_init(void); |
8int __init mpc85xx_setup_pmc(void); |
|
8#else 9static inline void mpc85xx_smp_init(void) 10{ 11 /* Nothing to do */ 12} 13#endif 14 15#endif /* not POWERPC_85XX_SMP_H_ */ | 9#else 10static inline void mpc85xx_smp_init(void) 11{ 12 /* Nothing to do */ 13} 14#endif 15 16#endif /* not POWERPC_85XX_SMP_H_ */ |