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

[POWERPC] celleb: Move a file for SPU on Beat

This moves SPU support code on Beat into platforms/cell/.

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
c11dde85 8ae6e30d

+2 -2
+1
arch/powerpc/platforms/cell/Makefile
··· 39 39 beat_iommu.o 40 40 41 41 obj-$(CONFIG_SERIAL_TXX9) += celleb_scc_sio.o 42 + obj-$(CONFIG_SPU_BASE) += beat_spu_priv1.o 42 43 endif
-1
arch/powerpc/platforms/celleb/Makefile
··· 3 3 4 4 obj-$(CONFIG_SMP) += smp.o 5 5 obj-$(CONFIG_PPC_UDBG_BEAT) += udbg_beat.o 6 - obj-$(CONFIG_SPU_BASE) += spu_priv1.o
+1 -1
arch/powerpc/platforms/celleb/spu_priv1.c arch/powerpc/platforms/cell/beat_spu_priv1.c
··· 24 24 #include <asm/spu.h> 25 25 #include <asm/spu_priv1.h> 26 26 27 - #include "../cell/beat_wrapper.h" 27 + #include "beat_wrapper.h" 28 28 29 29 static inline void _int_mask_set(struct spu *spu, int class, u64 mask) 30 30 {