All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] make swiotlb prototypes generic
@ 2008-08-07 13:06 Joerg Roedel
  2008-08-07 13:06 ` [PATCH 1/3] introduce generic header file for the software IO/TLB Joerg Roedel
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Joerg Roedel @ 2008-08-07 13:06 UTC (permalink / raw)
  To: akpm; +Cc: mingo, tglx, hpa, tony.luck, linux-kernel

Hi,

this small series of patches introduce a generic header file for the software
IO/TLB implementation in lib/swiotlb.c. Currently each architecture using this
code defines the prototypes itself. The prototypes are moved to
include/linux/swiotlb.h and this file is included in architecture specific code
for X86 and IA64. The changes are compile tested for both architectures.

Joerg

git diff --stat linus/master:

 arch/ia64/hp/common/hwsw_iommu.c |    9 +----
 arch/ia64/include/asm/machvec.h  |   22 +----------
 include/asm-x86/swiotlb.h        |   40 +------------------
 include/linux/swiotlb.h          |   83 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 86 insertions(+), 68 deletions(-)




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

end of thread, other threads:[~2008-08-11 17:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-07 13:06 [PATCH 0/3] make swiotlb prototypes generic Joerg Roedel
2008-08-07 13:06 ` [PATCH 1/3] introduce generic header file for the software IO/TLB Joerg Roedel
2008-08-07 13:06 ` [PATCH 2/3] x86: use common header for " Joerg Roedel
2008-08-07 13:06 ` [PATCH 3/3] ia64: " Joerg Roedel
2008-08-07 17:36 ` [PATCH 0/3] make swiotlb prototypes generic Luck, Tony
2008-08-11 17:43   ` Ingo Molnar
2008-08-11 17:55     ` Luck, Tony

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.