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:
d9ba5fe
)
[PARISC] fix return type of __atomic64_add_return
author
John David Anglin
<dave@hiauly1.hia.nrc.ca>
Sat, 11 Jun 2011 18:42:06 +0000
(14:42 -0400)
committer
James Bottomley
<JBottomley@Parallels.com>
Fri, 29 Jul 2011 14:46:14 +0000
(18:46 +0400)
The return type of __atomic64_add_return of should be s64 or long, not
int. This fixes the atomic64 test failure that I previously reported.
Signed-off-by: John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Cc: stable@kernel.org
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
No differences found