summaryrefslogtreecommitdiffstats
path: root/arch/ppc64/kernel/pSeries_iommu.c
diff options
context:
space:
mode:
authorOlof Johansson2005-09-20 05:45:41 +0200
committerPaul Mackerras2005-09-21 11:21:06 +0200
commitc707ffcf3a44914f30e5f2fd53089ad5586c9e42 (patch)
tree5a5d95c903d0440adcdd638b74be78fe51b42612 /arch/ppc64/kernel/pSeries_iommu.c
parentRevert "[PATCH] ppc32: Allow user to individual select CHRP/PMAC/PREP config" (diff)
downloadkernel-qcow2-linux-c707ffcf3a44914f30e5f2fd53089ad5586c9e42.tar.gz
kernel-qcow2-linux-c707ffcf3a44914f30e5f2fd53089ad5586c9e42.tar.xz
kernel-qcow2-linux-c707ffcf3a44914f30e5f2fd53089ad5586c9e42.zip
[PATCH] ppc64: Updated Olof iommu updates 1/3
Split out the implementation-specific parts of include/asm-ppc64/iommu.h to separate include files (tce.h and dart.h respectively). The generic iommu code really doesn't care about the underlying implementation, and the TCE and DART stuff is completely different. Signed-off-by: Olof Johansson <olof@lixom.net> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc64/kernel/pSeries_iommu.c')
-rw-r--r--arch/ppc64/kernel/pSeries_iommu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc64/kernel/pSeries_iommu.c b/arch/ppc64/kernel/pSeries_iommu.c
index f0fd7fbd6531..7f7947c3e12f 100644
--- a/arch/ppc64/kernel/pSeries_iommu.c
+++ b/arch/ppc64/kernel/pSeries_iommu.c
@@ -46,6 +46,7 @@
#include <asm/pSeries_reconfig.h>
#include <asm/systemcfg.h>
#include <asm/firmware.h>
+#include <asm/tce.h>
#include "pci.h"
#define DBG(fmt...)