https://github.com/torvalds/linux
Revision b0c10b9f4c4123dfb2f9e0d3df244a402c938561 authored by Ralf Baechle on 01 June 2007, 14:47:46 UTC, committed by Ralf Baechle on 26 June 2007, 17:57:33 UTC
Noticed by Chris Dearman (chris@mips.com).

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
1 parent b3a04a6
Raw File
Tip revision: b0c10b9f4c4123dfb2f9e0d3df244a402c938561 authored by Ralf Baechle on 01 June 2007, 14:47:46 UTC
[MIPS] AP/SP requires shadow registers, auto enable support.
Tip revision: b0c10b9
locking-selftest-wsem.h
#undef LOCK
#define LOCK		WSL

#undef UNLOCK
#define UNLOCK		WSU

#undef RLOCK
#define RLOCK		RSL

#undef WLOCK
#define WLOCK		WSL

#undef INIT
#define INIT		RWSI
back to top