[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1267463700-25524-1-git-send-email-luca@luca-barbieri.com>
Date: Mon, 1 Mar 2010 18:14:57 +0100
From: Luca Barbieri <luca@...a-barbieri.com>
To: hpa@...or.com
Cc: mingo@...e.hu, a.p.zijlstra@...llo.nl, paulus@...ba.org,
linux-kernel@...r.kernel.org,
Luca Barbieri <luca@...a-barbieri.com>
Subject: [PATCH 0/3] Fix atomic64_add_unless return value convention
Return values 0 and 1 were swapped both in the generic implementation and
my x86-32 one.
The x86-32 and atomic64_test.c patches should probably be squashed in the
appropriate commits in tip/x86/atomic
Luca Barbieri (3):
lib: fix atomic64_add_unless test
x86: fix atomic64_add_unless return value convention
lib: fix atomic64_add_unless return value convention
arch/x86/lib/atomic64_386_32.S | 4 ++--
arch/x86/lib/atomic64_cx8_32.S | 4 ++--
lib/atomic64.c | 4 ++--
lib/atomic64_test.c | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists