diff options
author | 2008-05-28 09:51:16 +0100 | |
---|---|---|
committer | 2008-06-02 13:44:17 +0100 | |
commit | 1e5c594607778f551b729577b046ee5d9333cfb5 (patch) | |
tree | d153988fa057faa33e747b94dbc73b5e9075c105 /lib/debugobjects.c | |
parent | [ARM] 5070/1: pxa: add GPIO104_PSKTSEL to pxa27x MFP configuration (diff) | |
download | wireguard-linux-1e5c594607778f551b729577b046ee5d9333cfb5.tar.xz wireguard-linux-1e5c594607778f551b729577b046ee5d9333cfb5.zip |
[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>
Diffstat (limited to 'lib/debugobjects.c')
0 files changed, 0 insertions, 0 deletions