commit | 2db098278118ed58f4b407ceda691e349df043ce | [log] [tgz] |
---|---|---|
author | Chris Metcalf <cmetcalf@tilera.com> | Fri Jun 25 17:02:40 2010 -0400 |
committer | Chris Metcalf <cmetcalf@tilera.com> | Tue Jul 06 13:41:39 2010 -0400 |
tree | 91f819e1f5931f92921dbf44c99d2e1a0bc18f58 | |
parent | 863fbac67138882b99fc60fcb0ec568bbad9a44f [diff] |
arch/tile: Fix bug in support for atomic64_xx() ops. 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>