summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/cmpxchg.h
AgeCommit message (Collapse)AuthorLines
2008-10-11MIPS: Move headfiles to new location below arch/mips/includeRalf Baechle-124/+0
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2008-02-07Add cmpxchg64 and cmpxchg64_local to mipsMathieu Desnoyers-0/+17
Make sure that at least cmpxchg64_local is available on all architectures to use for unsigned long long values. Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> Cc: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-10-11[MIPS] checkfiles: Fix "need space after that ','" errors.Ralf Baechle-2/+2
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2007-10-03[MIPS] Type proof reimplementation of cmpxchg.Ralf Baechle-0/+107
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>