diff options
author | Kyle McMartin <kyle@parisc-linux.org> | 2006-01-15 12:10:55 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-15 10:17:07 -0800 |
commit | 6b4977ce0fb9a989ba24fd6b757d07a566abc23d (patch) | |
tree | a65447b794fe9c9f15c34565c3b5fccc22d261d5 /mm | |
parent | 69ff56c166629224e9fe914b8543021dc2f001f0 (diff) | |
download | op-kernel-dev-6b4977ce0fb9a989ba24fd6b757d07a566abc23d.zip op-kernel-dev-6b4977ce0fb9a989ba24fd6b757d07a566abc23d.tar.gz |
[PATCH] Use atomic64_set for 64-bit case of atomic_long_set
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>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions