[PATCH 0/3] make swiotlb prototypes generic

From: Joerg Roedel
Date: Thu Aug 07 2008 - 09:07:36 EST


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(-)



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/