#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.81% | 1 | 16.67% |
Michael S. Tsirkin | 30 | 13.16% | 2 | 33.33% |
Alexander Duyck | 15 | 6.58% | 1 | 16.67% |
Mikulas Patocka | 9 | 3.95% | 1 | 16.67% |
Peter Zijlstra | 8 | 3.51% | 1 | 16.67% |
Total | 228 | 100.00% | 6 | 100.00% |