From: John David Anglin Date: Sat, 11 Jun 2011 18:42:06 +0000 (-0400) Subject: [PARISC] fix return type of __atomic64_add_return X-Git-Tag: v3.1-rc1~33^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=548c210fbffdb008a80fa41ff0cb3965f185583d;p=pandora-kernel.git [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 Cc: stable@kernel.org Signed-off-by: James Bottomley --- Reading git-diff-tree failed