linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -mm 0/4] remove dma64_addr_t
@ 2010-10-12  3:13 FUJITA Tomonori
  2010-10-12  3:13 ` [PATCH -mm 1/4] sparc: remove dma64_addr_t usage FUJITA Tomonori
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: FUJITA Tomonori @ 2010-10-12  3:13 UTC (permalink / raw)
  To: akpm; +Cc: fujita.tomonori, linux-arch

dma64_addr_t looks pointless (at least there is no point that an
architecture has the own dma64_addr_t typedef).

dma_addr_t is set to 32 or 64 bits appropriately. You can use u64
at places where you know that 64 bit address is always necessary.

=
 arch/alpha/include/asm/types.h     |   11 -----------
 arch/alpha/kernel/pci_iommu.c      |    4 ++--
 arch/arm/include/asm/types.h       |    6 ------
 arch/cris/include/asm/types.h      |    6 ------
 arch/m32r/include/asm/types.h      |    6 ------
 arch/m68k/include/asm/types.h      |    6 ------
 arch/mips/include/asm/pci/bridge.h |    2 +-
 arch/mips/include/asm/types.h      |    2 --
 arch/parisc/include/asm/types.h    |   13 -------------
 arch/powerpc/include/asm/types.h   |    2 --
 arch/s390/include/asm/types.h      |    2 --
 arch/sparc/include/asm/pci_64.h    |    2 +-
 arch/sparc/include/asm/types.h     |   18 ------------------
 arch/x86/include/asm/types.h       |    8 --------
 14 files changed, 4 insertions(+), 84 deletions(-)

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

end of thread, other threads:[~2010-10-12  6:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-12  3:13 [PATCH -mm 0/4] remove dma64_addr_t FUJITA Tomonori
2010-10-12  3:13 ` [PATCH -mm 1/4] sparc: remove dma64_addr_t usage FUJITA Tomonori
2010-10-12  6:28   ` David Miller
2010-10-12  3:13 ` [PATCH -mm 2/4] mips: " FUJITA Tomonori
2010-10-12  3:13 ` [PATCH -mm 3/4] alpha: " FUJITA Tomonori
2010-10-12  3:13   ` FUJITA Tomonori
2010-10-12  3:13 ` [PATCH -mm 4/4] remove dma64_addr_t FUJITA Tomonori
2010-10-12  6:28   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).