sh: Fix up the SH-4A mutex fastpath semantics.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 8 Dec 2008 02:25:50 +0000 (11:25 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 22 Dec 2008 09:43:52 +0000 (18:43 +0900)
This fixes up the __mutex_fastpath_xxx() routines to match the semantics
noted in the comment. Previously these were looping rather than doing a
single-pass, which is counter-intuitive, as the slow path takes care of
the looping for us in the event of contention.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found