cregit-Linux how code gets into the kernel

Release 4.13 arch/powerpc/platforms/powernv/powernv.h

#ifndef _POWERNV_H

#define _POWERNV_H

#ifdef CONFIG_SMP
extern void pnv_smp_init(void);
#else

static inline void pnv_smp_init(void) { }

Contributors

PersonTokensPropCommitsCommitProp
Benjamin Herrenschmidt8100.00%1100.00%
Total8100.00%1100.00%

#endif struct pci_dev; #ifdef CONFIG_PCI extern void pnv_pci_init(void); extern void pnv_pci_shutdown(void); #else
static inline void pnv_pci_init(void) { }

Contributors

PersonTokensPropCommitsCommitProp
Benjamin Herrenschmidt8100.00%1100.00%
Total8100.00%1100.00%


static inline void pnv_pci_shutdown(void) { }

Contributors

PersonTokensPropCommitsCommitProp
Benjamin Herrenschmidt8100.00%1100.00%
Total8100.00%1100.00%

#endif extern u32 pnv_get_supported_cpuidle_states(void); extern void pnv_lpc_init(void); extern void opal_handle_events(uint64_t events); extern void opal_event_shutdown(void); bool cpu_core_split_required(void); #endif /* _POWERNV_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Benjamin Herrenschmidt7873.58%562.50%
Alistair Popple1514.15%112.50%
Shreyas B. Prabhu76.60%112.50%
Michael Ellerman65.66%112.50%
Total106100.00%8100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.