/* 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> #if defined(__powerpc64__) || defined(CONFIG_PPC_E500MC) #define __SUBARCH_HAS_LWSYNC #endif #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 | 45.34% | 2 | 14.29% |
Anton Blanchard | 30 | 18.63% | 5 | 35.71% |
Becky Bruce | 17 | 10.56% | 1 | 7.14% |
Nicholas Piggin | 16 | 9.94% | 1 | 7.14% |
Benjamin Herrenschmidt | 13 | 8.07% | 1 | 7.14% |
Arnd Bergmann | 6 | 3.73% | 1 | 7.14% |
Jakub Jelínek | 4 | 2.48% | 1 | 7.14% |
Boqun Feng | 1 | 0.62% | 1 | 7.14% |
Greg Kroah-Hartman | 1 | 0.62% | 1 | 7.14% |
Total | 161 | 100.00% | 14 | 100.00% |