mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/6] Merge Blackfin/SMP atomic.h support into asm-generic/atomic.h
@ 2011-06-17 21:53 Mike Frysinger
  2011-06-17 21:53 ` [PATCH 1/6] asm-generic/atomic.h: simplify inc/dec test helpers Mike Frysinger
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Mike Frysinger @ 2011-06-17 21:53 UTC (permalink / raw)
  To: Arnd Bergmann, Andrew Morton
  Cc: linux-kernel, Arun Sharma, uclinux-dist-devel

I hate code in arch/blackfin/include/asm/.  The more that exists in
include/asm-generic/, the happier I get.

This fixes up the atomic mask helpers, and then makes the asm-generic
version usable for SMP systems.  Or at least Blackfin SMP; if other
peeps want in on the action, they can see what needs updating then.

The 2 Blackfin patches are just to show what's going on; I can merge
them through my tree like normal.  But the asm-generic ones will have
to be picked up by Andrew.

These shouldn't specifically conflict with Arun's work, but it will
trigger a little fuzz hate.  So I can wait for his stuff to get merged
before pushing mine through, and at this point treat the series as a
heads up.

Mike Frysinger (6):
  asm-generic/atomic.h: simplify inc/dec test helpers
  asm-generic/atomic.h: fix type used in atomic_clear_mask
  asm-generic/atomic.h: add atomic_set_mask helper
  asm-generic/atomic.h: allow SMP peeps to leverage this
  Blackfin: SMP: punt unused atomic_test_mask helper
  Blackfin: SMP: convert to common asm-generic/atomic.h

 arch/blackfin/include/asm/atomic.h |  110 +++---------------------------------
 include/asm-generic/atomic.h       |   47 ++++++++++++++--
 2 files changed, 51 insertions(+), 106 deletions(-)

-- 
1.7.5.3


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

end of thread, other threads:[~2011-06-21 23:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-17 21:53 [PATCH 0/6] Merge Blackfin/SMP atomic.h support into asm-generic/atomic.h Mike Frysinger
2011-06-17 21:53 ` [PATCH 1/6] asm-generic/atomic.h: simplify inc/dec test helpers Mike Frysinger
2011-06-17 21:53 ` [PATCH 2/6] asm-generic/atomic.h: fix type used in atomic_clear_mask Mike Frysinger
2011-06-17 21:53 ` [PATCH 3/6] asm-generic/atomic.h: add atomic_set_mask helper Mike Frysinger
2011-06-17 21:53 ` [PATCH 4/6] asm-generic/atomic.h: allow SMP peeps to leverage this Mike Frysinger
2011-06-17 21:53 ` [PATCH 5/6] Blackfin: SMP: punt unused atomic_test_mask helper Mike Frysinger
2011-06-17 21:53 ` [PATCH 6/6] Blackfin: SMP: convert to common asm-generic/atomic.h Mike Frysinger
2011-06-21 23:05   ` Andrew Morton
2011-06-21 23:35     ` [uclinux-dist-devel] " Mike Frysinger

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