commit | 883001f98290ca40b32e2c1872f22600f8dfc968 | [log] [tgz] |
---|---|---|
author | Chris Snook <csnook@redhat.com> | Wed Oct 17 18:04:38 2007 +0200 |
committer | Thomas Gleixner <tglx@inhelltoy.tec.linutronix.de> | Wed Oct 17 20:16:21 2007 +0200 |
tree | c9ed5fc29873d17d012723134968c1ec3f0b40f4 | |
parent | 5f1f935ca4e385444c07164cf43dfdfe5eeee006 [diff] |
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 <csnook@redhat.com> Signed-off-by: Andi Kleen <ak@suse.de> CC: Andi Kleen <andi@firstfloor.org> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>