Release 4.11 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
Person | Tokens | Prop | Commits | CommitProp |
Benjamin Herrenschmidt | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.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
Person | Tokens | Prop | Commits | CommitProp |
Benjamin Herrenschmidt | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
static inline void pnv_pci_shutdown(void) { }
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Benjamin Herrenschmidt | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
#endif
extern u32 pnv_get_supported_cpuidle_states(void);
extern u64 pnv_deepest_stop_psscr_val;
extern u64 pnv_deepest_stop_psscr_mask;
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
Person | Tokens | Prop | Commits | CommitProp |
Benjamin Herrenschmidt | 78 | 68.42% | 5 | 50.00% |
Alistair Popple | 15 | 13.16% | 1 | 10.00% |
Shreyas B. Prabhu | 10 | 8.77% | 2 | 20.00% |
Michael Ellerman | 6 | 5.26% | 1 | 10.00% |
Gautham R. Shenoy | 5 | 4.39% | 1 | 10.00% |
Total | 114 | 100.00% | 10 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.