cregit-Linux how code gets into the kernel

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

/* SPDX-License-Identifier: GPL-2.0 */
#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 extern void pnv_platform_error_reboot(struct pt_regs *regs, const char *msg) __noreturn; 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 Herrenschmidt7863.41%550.00%
Nicholas Piggin1613.01%110.00%
Alistair Popple1512.20%110.00%
Shreyas B. Prabhu75.69%110.00%
Michael Ellerman64.88%110.00%
Greg Kroah-Hartman10.81%110.00%
Total123100.00%10100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.