Release 4.14 arch/powerpc/platforms/85xx/smp.h
/* SPDX-License-Identifier: GPL-2.0 */
#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 | 82.22% | 1 | 33.33% |
Chen-Hui Zhao | 7 | 15.56% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 2.22% | 1 | 33.33% |
Total | 45 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.