mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/5] Fix atomic64 return value conventions (v2)
@ 2010-03-01 18:55 Luca Barbieri
  2010-03-01 18:55 ` [PATCH 1/5] lib: fix atomic64_add_unless test Luca Barbieri
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Luca Barbieri @ 2010-03-01 18:55 UTC (permalink / raw)
  To: hpa; +Cc: mingo, a.p.zijlstra, paulus, linux-kernel, Luca Barbieri

Changes in v2:
- Resent patches with more verbose descriptions

This patchset fixes the return value conventions in the atomic64 test,
generic implementation and the x86-32 implementation in x86/tip/atomic.

Luca Barbieri (5):
  lib: fix atomic64_add_unless test
  x86-32: fix atomic64_add_unless return value convention
  lib: fix atomic64_add_unless return value convention
  lib: fix atomic64_inc_not_zero test
  x86-32: fix atomic64_inc_not_zero return value convention

 arch/x86/lib/atomic64_386_32.S |    7 +++----
 arch/x86/lib/atomic64_cx8_32.S |    7 +++----
 lib/atomic64.c                 |    4 ++--
 lib/atomic64_test.c            |   10 +++++-----
 4 files changed, 13 insertions(+), 15 deletions(-)


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2010-03-01 19:59 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-01 18:55 [PATCH 0/5] Fix atomic64 return value conventions (v2) Luca Barbieri
2010-03-01 18:55 ` [PATCH 1/5] lib: fix atomic64_add_unless test Luca Barbieri
2010-03-01 19:58   ` [tip:x86/atomic] lib: Fix " tip-bot for Luca Barbieri
2010-03-01 18:55 ` [PATCH 2/5] x86-32: fix atomic64_add_unless return value convention Luca Barbieri
2010-03-01 19:58   ` [tip:x86/atomic] x86-32: Fix " tip-bot for Luca Barbieri
2010-03-01 18:55 ` [PATCH 3/5] lib: fix " Luca Barbieri
2010-03-01 19:58   ` [tip:x86/atomic] lib: Fix " tip-bot for Luca Barbieri
2010-03-01 18:55 ` [PATCH 4/5] lib: fix atomic64_inc_not_zero test Luca Barbieri
2010-03-01 19:58   ` [tip:x86/atomic] lib: Fix " tip-bot for Luca Barbieri
2010-03-01 18:55 ` [PATCH 5/5] x86-32: fix atomic64_inc_not_zero return value convention Luca Barbieri
2010-03-01 19:59   ` [tip:x86/atomic] x86-32: Fix " tip-bot for Luca Barbieri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome