Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix return type of __atomic64_add_return
commit 548c210 upstream. 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> Signed-off-by: James Bottomley <JBottomley@Parallels.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
- Loading branch information