From: Chris Snook Date: Wed, 17 Oct 2007 16:04:38 +0000 (+0200) Subject: x86: make atomic64_t work like atomic_t X-Git-Tag: v2.6.24-rc1~476^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=883001f98290ca40b32e2c1872f22600f8dfc968;p=pandora-kernel.git x86: make atomic64_t work like atomic_t The volatile keyword has already been removed from the declaration of atomic_t on x86_64. For consistency, remove it from atomic64_t as well. [ tglx: arch/x86 adaptation ] Signed-off-by: Chris Snook Signed-off-by: Andi Kleen CC: Andi Kleen Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed