cregit-Linux how code gets into the kernel

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

PersonTokensPropCommitsCommitProp
Kyle Moffett10100.00%1100.00%
Total10100.00%1100.00%

#endif #endif /* not POWERPC_85XX_SMP_H_ */

Overall Contributors

PersonTokensPropCommitsCommitProp
Kyle Moffett3782.22%133.33%
Chen-Hui Zhao715.56%133.33%
Greg Kroah-Hartman12.22%133.33%
Total45100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.