From: Luca Barbieri Date: Mon, 1 Mar 2010 18:55:49 +0000 (+0100) Subject: x86-32: Fix atomic64_inc_not_zero return value convention X-Git-Tag: v2.6.35-rc1~518^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3e83131469e29032a700217aa394996107b8fc5;p=pandora-kernel.git x86-32: Fix atomic64_inc_not_zero return value convention atomic64_inc_not_zero must return 1 if it perfomed the add and 0 otherwise. It was doing the opposite thing. Signed-off-by: Luca Barbieri LKML-Reference: <1267469749-11878-6-git-send-email-luca@luca-barbieri.com> Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed