Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef POWERPC_85XX_SMP_H_
0003 #define POWERPC_85XX_SMP_H_ 1
0004 
0005 #include <linux/init.h>
0006 
0007 #ifdef CONFIG_SMP
0008 void __init mpc85xx_smp_init(void);
0009 int __init mpc85xx_setup_pmc(void);
0010 #else
0011 static inline void mpc85xx_smp_init(void)
0012 {
0013     /* Nothing to do */
0014 }
0015 #endif
0016 
0017 #endif /* not POWERPC_85XX_SMP_H_ */