Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Ishizaki Kou and committed by
Paul Mackerras
8ae6e30d 5a96dfe8

+6 -5
+2 -1
arch/powerpc/platforms/cell/Makefile
··· 35 35 celleb_pci.o celleb_scc_epci.o \ 36 36 celleb_scc_uhc.o \ 37 37 io-workarounds.o spider-pci.o \ 38 - beat_hvCall.o 38 + beat_htab.o beat_hvCall.o \ 39 + beat_iommu.o 39 40 40 41 obj-$(CONFIG_SERIAL_TXX9) += celleb_scc_sio.o 41 42 endif
+2 -2
arch/powerpc/platforms/celleb/Makefile
··· 1 - obj-y += interrupt.o iommu.o \ 2 - htab.o beat.o 1 + obj-y += interrupt.o \ 2 + beat.o 3 3 4 4 obj-$(CONFIG_SMP) += smp.o 5 5 obj-$(CONFIG_PPC_UDBG_BEAT) += udbg_beat.o
+1 -1
arch/powerpc/platforms/celleb/htab.c arch/powerpc/platforms/cell/beat_htab.c
··· 32 32 #include <asm/machdep.h> 33 33 #include <asm/udbg.h> 34 34 35 - #include "../cell/beat_wrapper.h" 35 + #include "beat_wrapper.h" 36 36 37 37 #ifdef DEBUG_LOW 38 38 #define DBG_LOW(fmt...) do { udbg_printf(fmt); } while (0)
+1 -1
arch/powerpc/platforms/celleb/iommu.c arch/powerpc/platforms/cell/beat_iommu.c
··· 26 26 27 27 #include <asm/machdep.h> 28 28 29 - #include "../cell/beat_wrapper.h" 29 + #include "beat_wrapper.h" 30 30 31 31 #define DMA_FLAGS 0xf800000000000000UL /* r/w permitted, coherency required, 32 32 strongest order */