/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_SYNCH_H #define _ASM_POWERPC_SYNCH_H #ifdef __KERNEL__ #include <linux/stringify.h> #include <asm/feature-fixups.h> #ifndef __ASSEMBLY__ extern unsigned int __start___lwsync_fixup, __stop___lwsync_fixup; extern void do_lwsync_fixups(unsigned long value, void *fixup_start, void *fixup_end);
static inline void eieio(void) { __asm__ __volatile__ ("eieio" : : : "memory"); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Kumar Gala | 12 | 100.00% | 1 | 100.00% |
Total | 12 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Kumar Gala | 12 | 100.00% | 1 | 100.00% |
Total | 12 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Kumar Gala | 73 | 50.34% | 2 | 15.38% |
Anton Blanchard | 30 | 20.69% | 5 | 38.46% |
Becky Bruce | 17 | 11.72% | 1 | 7.69% |
Benjamin Herrenschmidt | 13 | 8.97% | 1 | 7.69% |
Arnd Bergmann | 6 | 4.14% | 1 | 7.69% |
Jakub Jelínek | 4 | 2.76% | 1 | 7.69% |
Boqun Feng | 1 | 0.69% | 1 | 7.69% |
Greg Kroah-Hartman | 1 | 0.69% | 1 | 7.69% |
Total | 145 | 100.00% | 13 | 100.00% |