/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_METAG_BARRIER_H #define _ASM_METAG_BARRIER_H #include <asm/metag_mem.h> #define nop() asm volatile ("NOP") #ifdef CONFIG_METAG_META21 /* HTP and above have a system event to fence writes */
static inline void wr_fence(void) { volatile int *flushptr = (volatile int *) LINSYSEVENT_WR_FENCE; barrier(); *flushptr = 0; barrier(); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
James Hogan | 29 | 90.62% | 1 | 50.00% |
Mikulas Patocka | 3 | 9.38% | 1 | 50.00% |
Total | 32 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
James Hogan | 44 | 93.62% | 1 | 50.00% |
Mikulas Patocka | 3 | 6.38% | 1 | 50.00% |
Total | 47 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
James Hogan | 28 | 87.50% | 1 | 33.33% |
Mikulas Patocka | 3 | 9.38% | 1 | 33.33% |
Michael S. Tsirkin | 1 | 3.12% | 1 | 33.33% |
Total | 32 | 100.00% | 3 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
James Hogan | 166 | 72.49% | 1 | 14.29% |
Michael S. Tsirkin | 30 | 13.10% | 2 | 28.57% |
Alexander Duyck | 15 | 6.55% | 1 | 14.29% |
Mikulas Patocka | 9 | 3.93% | 1 | 14.29% |
Peter Zijlstra | 8 | 3.49% | 1 | 14.29% |
Greg Kroah-Hartman | 1 | 0.44% | 1 | 14.29% |
Total | 229 | 100.00% | 7 | 100.00% |