[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>
This commit is contained in:
Ishizaki Kou 2008-04-24 19:29:50 +10:00 committed by Paul Mackerras
parent 8ae6e30d2d
commit c11dde85b6
3 changed files with 2 additions and 2 deletions

View File

@ -39,4 +39,5 @@ obj-y += celleb_setup.o \
beat_iommu.o
obj-$(CONFIG_SERIAL_TXX9) += celleb_scc_sio.o
obj-$(CONFIG_SPU_BASE) += beat_spu_priv1.o
endif

View File

@ -24,7 +24,7 @@
#include <asm/spu.h>
#include <asm/spu_priv1.h>
#include "../cell/beat_wrapper.h"
#include "beat_wrapper.h"
static inline void _int_mask_set(struct spu *spu, int class, u64 mask)
{

View File

@ -3,4 +3,3 @@ obj-y += interrupt.o \
obj-$(CONFIG_SMP) += smp.o
obj-$(CONFIG_PPC_UDBG_BEAT) += udbg_beat.o
obj-$(CONFIG_SPU_BASE) += spu_priv1.o