diff options
author | Ishizaki Kou <kou.ishizaki@toshiba.co.jp> | 2008-04-24 11:28:48 +0200 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-04-24 13:08:13 +0200 |
commit | 8ae6e30d2d6b4a7a45bb0d4fa4ecd56e65d24740 (patch) | |
tree | fffced1db7d6a42aecafae84b2cd3a78d159c157 /arch/powerpc/platforms/cell/Makefile | |
parent | [POWERPC] celleb: Move files for Beat hvcall interfaces (diff) | |
download | linux-8ae6e30d2d6b4a7a45bb0d4fa4ecd56e65d24740.tar.xz linux-8ae6e30d2d6b4a7a45bb0d4fa4ecd56e65d24740.zip |
[POWERPC] celleb: Move files for Beat mmu and iommu
This moves files for mmu and iommu on Beat into platforms/cell/.
All files in this patch are used by celleb-beat only.
Signed-off-by: Kou Ishizaki <kou.ishizaki@toshiba.co.jp>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/cell/Makefile')
-rw-r--r-- | arch/powerpc/platforms/cell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/cell/Makefile b/arch/powerpc/platforms/cell/Makefile index b76d17809ce8..c135a335e2e2 100644 --- a/arch/powerpc/platforms/cell/Makefile +++ b/arch/powerpc/platforms/cell/Makefile @@ -35,7 +35,8 @@ obj-y += celleb_setup.o \ celleb_pci.o celleb_scc_epci.o \ celleb_scc_uhc.o \ io-workarounds.o spider-pci.o \ - beat_hvCall.o + beat_htab.o beat_hvCall.o \ + beat_iommu.o obj-$(CONFIG_SERIAL_TXX9) += celleb_scc_sio.o endif |