git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b12050
)
[ARM] Use unsigned long not u32 in atomic_cmpxchg
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Wed, 16 Nov 2005 18:03:10 +0000
(18:03 +0000)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Wed, 16 Nov 2005 18:03:10 +0000
(18:03 +0000)
Since atomic.h does not include types.h, u32 may not be defined.
Since atomics are supposed to work on unsigned long quantities,
use unsigned long instead.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
No differences found