arch/tile: Fix bug in support for atomic64_xx() ops.
authorChris Metcalf <cmetcalf@tilera.com>
Fri, 25 Jun 2010 21:02:40 +0000 (17:02 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Tue, 6 Jul 2010 17:41:39 +0000 (13:41 -0400)
This wasn't properly tested until the perf-event subsystem started
to get brought up under the tile architecture.

The bug caused bogus atomic64_cmpxchg() values to be returned,
among other things.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>

No differences found