sh: GUSA atomic rollback support.
This implements kernel-level atomic rollback built on top of gUSA, as an alternative non-IRQ based atomicity method. This is generally a faster method for platforms that are lacking the LL/SC pairs that SH-4A and later use, and is only supportable on legacy cores. Signed-off-by: Stuart Menefy <stuart.menefy@st.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Showing
include/asm-sh/atomic-grb.h
0 → 100644
include/asm-sh/bitops-grb.h
0 → 100644
include/asm-sh/bitops-irq.h
0 → 100644
include/asm-sh/cmpxchg-grb.h
0 → 100644
include/asm-sh/cmpxchg-irq.h
0 → 100644
Please register or sign in to comment