Release 4.11 arch/powerpc/platforms/85xx/smp.h
#ifndef POWERPC_85XX_SMP_H_
#define POWERPC_85XX_SMP_H_ 1
#include <linux/init.h>
#ifdef CONFIG_SMP
void __init mpc85xx_smp_init(void);
int __init mpc85xx_setup_pmc(void);
#else
static inline void mpc85xx_smp_init(void)
{
/* Nothing to do */
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Kyle Moffett | 10 | 100.00% | 1 | 100.00% |
Total | 10 | 100.00% | 1 | 100.00% |
#endif
#endif /* not POWERPC_85XX_SMP_H_ */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Kyle Moffett | 37 | 84.09% | 1 | 50.00% |
Chen-Hui Zhao | 7 | 15.91% | 1 | 50.00% |
Total | 44 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.