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:
69ff56c
)
[PATCH] Use atomic64_set for 64-bit case of atomic_long_set
author
Kyle McMartin
<kyle@parisc-linux.org>
Sun, 15 Jan 2006 17:10:55 +0000
(12:10 -0500)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sun, 15 Jan 2006 18:17:07 +0000
(10:17 -0800)
For some reason, the BITS_PER_LONG == 64 case of atomic_long_set
was using atomic_set instead of atomic64_set. This does not jive
with architectures which use an inline instead of a #define to
implement their atomic_set() primitives.
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found