git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
863fbac
)
arch/tile: Fix bug in support for atomic64_xx() ops.
author
Chris Metcalf
<cmetcalf@tilera.com>
Fri, 25 Jun 2010 21:02:40 +0000
(17:02 -0400)
committer
Chris 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