surinder 1e5c594607 [ARM] 5067/1: _raw_write_can_lock macro bugfix
The current __raw_write_can_lock macro tests whether the lock can be
locked by checking if it is equal to 0x80000000, whereas the lock
should be lockable if its value is 0 i.e. unlocked state is
represented by 0. Hence the macro should test the value of lock
against 0 and not 0x80000000.

Signed-off-by: Surinder Pal Singh <srplsnh@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2008-06-02 13:44:17 +01:00
..
2008-06-01 11:19:54 +01:00
2008-05-23 15:38:07 +01:00
2008-02-03 14:59:11 +02:00
2008-01-28 23:58:27 -05:00
2008-04-18 22:43:07 +01:00
2008-05-01 08:03:58 -07:00
2007-10-23 12:37:59 +02:00
2007-07-17 10:23:11 -07:00
2007-10-17 08:42:55 -07:00
2008-04-18 22:43:07 +01:00
2008-04-18 00:46:34 +02:00
2007-10-14 12:41:52 -07:00
2008-04-19 11:36:48 +01:00
2008-04-28 08:58:23 -07:00
2007-05-11 08:29:34 -07:00
2008-04-17 10:42:34 -04:00
2007-05-30 13:15:06 +01:00
2008-02-05 09:44:18 -08:00
2007-10-19 11:53:34 -07:00
2008-02-07 08:42:30 -08:00
2008-01-26 14:41:28 +00:00