[PATCH] ppc64: Updated Olof iommu updates 1/3
authorOlof Johansson <olof@lixom.net>
Tue, 20 Sep 2005 03:45:41 +0000 (13:45 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 21 Sep 2005 09:21:06 +0000 (19:21 +1000)
commitc707ffcf3a44914f30e5f2fd53089ad5586c9e42
tree5a5d95c903d0440adcdd638b74be78fe51b42612
parenta21ead3239c6a7a1220b45df0a7b537882afff16
[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>
arch/ppc64/kernel/iSeries_iommu.c
arch/ppc64/kernel/iSeries_vio.c
arch/ppc64/kernel/pSeries_iommu.c
arch/ppc64/kernel/pSeries_vio.c
arch/ppc64/kernel/u3_iommu.c
include/asm-ppc64/dart.h [new file with mode: 0644]
include/asm-ppc64/iommu.h
include/asm-ppc64/tce.h [new file with mode: 0644]