diff options
author | Olof Johansson <olof@lixom.net> | 2005-09-20 05:45:41 +0200 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-09-21 11:21:06 +0200 |
commit | c707ffcf3a44914f30e5f2fd53089ad5586c9e42 (patch) | |
tree | 5a5d95c903d0440adcdd638b74be78fe51b42612 /arch/ppc64/kernel/pSeries_vio.c | |
parent | Revert "[PATCH] ppc32: Allow user to individual select CHRP/PMAC/PREP config" (diff) | |
download | linux-c707ffcf3a44914f30e5f2fd53089ad5586c9e42.tar.xz 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_vio.c')
-rw-r--r-- | arch/ppc64/kernel/pSeries_vio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc64/kernel/pSeries_vio.c b/arch/ppc64/kernel/pSeries_vio.c index e0ae06f58f86..866379b80c09 100644 --- a/arch/ppc64/kernel/pSeries_vio.c +++ b/arch/ppc64/kernel/pSeries_vio.c @@ -22,6 +22,7 @@ #include <asm/prom.h> #include <asm/vio.h> #include <asm/hvcall.h> +#include <asm/tce.h> extern struct subsystem devices_subsys; /* needed for vio_find_name() */ |