Commit ad2c6987 authored by Ishizaki Kou's avatar Ishizaki Kou Committed by Paul Mackerras

[POWERPC] celleb: Move miscellaneous files for Beat

This moves miscellaneous files for Beat into platforms/cell/.
All files in this patch are used by celleb-beat only.
Signed-off-by: default avatarKou Ishizaki <kou.ishizaki@toshiba.co.jp>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
Acked-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent c11dde85
...@@ -24,5 +24,4 @@ obj-$(CONFIG_PPC_MAPLE) += maple/ ...@@ -24,5 +24,4 @@ obj-$(CONFIG_PPC_MAPLE) += maple/
obj-$(CONFIG_PPC_PASEMI) += pasemi/ obj-$(CONFIG_PPC_PASEMI) += pasemi/
obj-$(CONFIG_PPC_CELL) += cell/ obj-$(CONFIG_PPC_CELL) += cell/
obj-$(CONFIG_PPC_PS3) += ps3/ obj-$(CONFIG_PPC_PS3) += ps3/
obj-$(CONFIG_PPC_CELLEB) += celleb/
obj-$(CONFIG_EMBEDDED6xx) += embedded6xx/ obj-$(CONFIG_EMBEDDED6xx) += embedded6xx/
...@@ -35,9 +35,11 @@ obj-y += celleb_setup.o \ ...@@ -35,9 +35,11 @@ obj-y += celleb_setup.o \
celleb_pci.o celleb_scc_epci.o \ celleb_pci.o celleb_scc_epci.o \
celleb_scc_uhc.o \ celleb_scc_uhc.o \
io-workarounds.o spider-pci.o \ io-workarounds.o spider-pci.o \
beat_htab.o beat_hvCall.o \ beat.o beat_htab.o beat_hvCall.o \
beat_iommu.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_SERIAL_TXX9) += celleb_scc_sio.o
obj-$(CONFIG_SPU_BASE) += beat_spu_priv1.o obj-$(CONFIG_SPU_BASE) += beat_spu_priv1.o
endif endif
...@@ -31,9 +31,9 @@ ...@@ -31,9 +31,9 @@
#include <asm/machdep.h> #include <asm/machdep.h>
#include <asm/firmware.h> #include <asm/firmware.h>
#include "../cell/beat_wrapper.h" #include "beat_wrapper.h"
#include "beat.h" #include "beat.h"
#include "interrupt.h" #include "beat_interrupt.h"
static int beat_pm_poweroff_flag; static int beat_pm_poweroff_flag;
......
...@@ -26,8 +26,8 @@ ...@@ -26,8 +26,8 @@
#include <asm/machdep.h> #include <asm/machdep.h>
#include "interrupt.h" #include "beat_interrupt.h"
#include "../cell/beat_wrapper.h" #include "beat_wrapper.h"
#define MAX_IRQS NR_IRQS #define MAX_IRQS NR_IRQS
static DEFINE_SPINLOCK(beatic_irq_mask_lock); static DEFINE_SPINLOCK(beatic_irq_mask_lock);
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#include <asm/machdep.h> #include <asm/machdep.h>
#include <asm/udbg.h> #include <asm/udbg.h>
#include "interrupt.h" #include "beat_interrupt.h"
#ifdef DEBUG #ifdef DEBUG
#define DBG(fmt...) udbg_printf(fmt) #define DBG(fmt...) udbg_printf(fmt)
......
...@@ -56,9 +56,9 @@ ...@@ -56,9 +56,9 @@
#include <asm/rtas.h> #include <asm/rtas.h>
#include <asm/cell-regs.h> #include <asm/cell-regs.h>
#include "../celleb/interrupt.h" #include "beat_interrupt.h"
#include "beat_wrapper.h" #include "beat_wrapper.h"
#include "../celleb/beat.h" #include "beat.h"
#include "celleb_pci.h" #include "celleb_pci.h"
#include "interrupt.h" #include "interrupt.h"
#include "pervasive.h" #include "pervasive.h"
......
obj-y += interrupt.o \
beat.o
obj-$(CONFIG_SMP) += smp.o
obj-$(CONFIG_PPC_UDBG_BEAT) += udbg_beat.o
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment