All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -mm 0/5] use asm-generic/scatterlist.h on every architecture
@ 2010-04-04 14:25 FUJITA Tomonori
  2010-04-04 14:25 ` [PATCH -mm 1/5] asm-generic: remove ISA_DMA_THRESHOLD in scatterlist.h FUJITA Tomonori
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: FUJITA Tomonori @ 2010-04-04 14:25 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, fujita.tomonori, arnd

This is the first half of the attempt to use asm-generic/scatterlist.h
on every architecture.

There are only two ways to define scatterlist structure. So it's easy
to convert every architecture to use asm-generic/scatterlist.h.

=
 arch/alpha/Kconfig                        |    3 +++
 arch/alpha/include/asm/scatterlist.h      |   21 +++------------------
 arch/arm/include/asm/scatterlist.h        |   20 ++------------------
 arch/ia64/Kconfig                         |    3 +++
 arch/microblaze/include/asm/scatterlist.h |    2 ++
 arch/powerpc/Kconfig                      |    3 +++
 arch/powerpc/include/asm/scatterlist.h    |   29 +----------------------------
 arch/s390/include/asm/scatterlist.h       |    2 ++
 arch/score/include/asm/scatterlist.h      |    2 ++
 arch/sh/Kconfig                           |    3 +++
 arch/sparc/Kconfig                        |    3 +++
 arch/sparc/include/asm/scatterlist.h      |    2 +-
 arch/x86/Kconfig                          |    3 +++
 include/asm-generic/scatterlist.h         |   15 ++++-----------
 14 files changed, 35 insertions(+), 76 deletions(-)



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

end of thread, other threads:[~2010-04-06  0:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-04 14:25 [PATCH -mm 0/5] use asm-generic/scatterlist.h on every architecture FUJITA Tomonori
2010-04-04 14:25 ` [PATCH -mm 1/5] asm-generic: remove ISA_DMA_THRESHOLD in scatterlist.h FUJITA Tomonori
2010-04-04 14:25 ` [PATCH -mm 2/5] asm-generic: add NEED_SG_DMA_LENGTH to define sg_dma_len() FUJITA Tomonori
2010-04-05 23:35   ` Andrew Morton
2010-04-05 23:46     ` FUJITA Tomonori
2010-04-06  0:05       ` FUJITA Tomonori
2010-04-04 14:25 ` [PATCH -mm 3/5] powerpc: use asm-generic/scatterlist.h FUJITA Tomonori
2010-04-04 14:25 ` [PATCH -mm 4/5] arm: " FUJITA Tomonori
2010-04-04 14:25 ` [PATCH -mm 5/5] alpha: " FUJITA Tomonori

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.