Skip to content

Commit

Permalink
[POWERPC] celleb: Move a file for SPU on Beat
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ishizaki Kou authored and Paul Mackerras committed Apr 24, 2008
1 parent 8ae6e30 commit c11dde8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/platforms/cell/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
1 change: 0 additions & 1 deletion arch/powerpc/platforms/celleb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c11dde8

Please sign in to comment.