[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1218114409-20806-1-git-send-email-joerg.roedel@amd.com>
Date: Thu, 7 Aug 2008 15:06:46 +0200
From: Joerg Roedel <joerg.roedel@....com>
To: akpm@...ux-foundation.org
CC: mingo@...hat.com, tglx@...utronix.de, hpa@...or.com,
tony.luck@...el.com, linux-kernel@...r.kernel.org
Subject: [PATCH 0/3] make swiotlb prototypes generic
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists