From: Paul Mundt Date: Mon, 8 Dec 2008 02:25:50 +0000 (+0900) Subject: sh: Fix up the SH-4A mutex fastpath semantics. X-Git-Tag: v2.6.29-rc1~591^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77ba93a7ac5fb0d9338bffbf97c787b8efe00806;p=pandora-kernel.git sh: Fix up the SH-4A mutex fastpath semantics. 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 --- Reading git-diff-tree failed