From: Kyle McMartin Date: Sun, 15 Jan 2006 17:10:55 +0000 (-0500) Subject: [PATCH] Use atomic64_set for 64-bit case of atomic_long_set X-Git-Tag: v2.6.16-rc1~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b4977ce0fb9a989ba24fd6b757d07a566abc23d;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed