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:
71416be
)
[IA64] Use atomic64_read to read an atomic64_t.
author
Andreas Schwab
<schwab@suse.de>
Fri, 10 Aug 2007 21:42:59 +0000
(23:42 +0200)
committer
Tony Luck
<tony.luck@intel.com>
Mon, 13 Aug 2007 17:21:04 +0000
(10:21 -0700)
The routines ia64_atomic64_{add,sub} mistakenly use
atomic_read() to grab the old value instead of using
atomic64_read().
Signed-off-by: Andreas Schwab <schwab@suse.de>
Signed-off-by: Tony Luck <tony.luck@intel.com>
No differences found