Skip to content

Commit

Permalink
[POWERPC] celleb: Move miscellaneous files for Beat
Browse files Browse the repository at this point in the history
This moves miscellaneous files for 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>
  • Loading branch information
Ishizaki Kou authored and Paul Mackerras committed Apr 24, 2008
1 parent c11dde8 commit ad2c698
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 15 deletions.
1 change: 0 additions & 1 deletion arch/powerpc/platforms/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ obj-$(CONFIG_PPC_MAPLE) += maple/
obj-$(CONFIG_PPC_PASEMI) += pasemi/
obj-$(CONFIG_PPC_CELL) += cell/
obj-$(CONFIG_PPC_PS3) += ps3/
obj-$(CONFIG_PPC_CELLEB) += celleb/
obj-$(CONFIG_EMBEDDED6xx) += embedded6xx/
6 changes: 4 additions & 2 deletions arch/powerpc/platforms/cell/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ obj-y += celleb_setup.o \
celleb_pci.o celleb_scc_epci.o \
celleb_scc_uhc.o \
io-workarounds.o spider-pci.o \
beat_htab.o beat_hvCall.o \
beat_iommu.o
beat.o beat_htab.o beat_hvCall.o \
beat_interrupt.o beat_iommu.o

obj-$(CONFIG_SMP) += beat_smp.o
obj-$(CONFIG_PPC_UDBG_BEAT) += beat_udbg.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 @@ -31,9 +31,9 @@
#include <asm/machdep.h>
#include <asm/firmware.h>

#include "../cell/beat_wrapper.h"
#include "beat_wrapper.h"
#include "beat.h"
#include "interrupt.h"
#include "beat_interrupt.h"

static int beat_pm_poweroff_flag;

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

#include <asm/machdep.h>

#include "interrupt.h"
#include "../cell/beat_wrapper.h"
#include "beat_interrupt.h"
#include "beat_wrapper.h"

#define MAX_IRQS NR_IRQS
static DEFINE_SPINLOCK(beatic_irq_mask_lock);
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include <asm/machdep.h>
#include <asm/udbg.h>

#include "interrupt.h"
#include "beat_interrupt.h"

#ifdef DEBUG
#define DBG(fmt...) udbg_printf(fmt)
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions arch/powerpc/platforms/cell/celleb_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
#include <asm/rtas.h>
#include <asm/cell-regs.h>

#include "../celleb/interrupt.h"
#include "beat_interrupt.h"
#include "beat_wrapper.h"
#include "../celleb/beat.h"
#include "beat.h"
#include "celleb_pci.h"
#include "interrupt.h"
#include "pervasive.h"
Expand Down
5 changes: 0 additions & 5 deletions arch/powerpc/platforms/celleb/Makefile

This file was deleted.

0 comments on commit ad2c698

Please sign in to comment.