[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:
Родитель
8ae6e30d2d
Коммит
c11dde85b6
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
{
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче