commit | 548c210fbffdb008a80fa41ff0cb3965f185583d | [log] [tgz] |
---|---|---|
author | John David Anglin <dave@hiauly1.hia.nrc.ca> | Sat Jun 11 14:42:06 2011 -0400 |
committer | James Bottomley <JBottomley@Parallels.com> | Fri Jul 29 18:46:14 2011 +0400 |
tree | d7aee0a745cd014bcb1391bcc3889b5d03b4f974 | |
parent | d9ba5fe76d604514444b1ea0a19f38c6196a46e3 [diff] |
[PARISC] fix return type of __atomic64_add_return 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>