[POWERPC] celleb: Move files for Beat hvcall interfaces
authorIshizaki Kou <kou.ishizaki@toshiba.co.jp>
Thu, 24 Apr 2008 09:27:32 +0000 (19:27 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 24 Apr 2008 11:08:13 +0000 (21:08 +1000)
This moves files for Beat hvcall interfaces 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>
arch/powerpc/platforms/cell/Makefile
arch/powerpc/platforms/cell/beat_hvCall.S [moved from arch/powerpc/platforms/celleb/hvCall.S with 100% similarity]
arch/powerpc/platforms/cell/beat_syscall.h [moved from arch/powerpc/platforms/celleb/beat_syscall.h with 100% similarity]
arch/powerpc/platforms/cell/beat_wrapper.h [moved from arch/powerpc/platforms/celleb/beat_wrapper.h with 100% similarity]
arch/powerpc/platforms/cell/celleb_setup.c
arch/powerpc/platforms/celleb/Makefile
arch/powerpc/platforms/celleb/beat.c
arch/powerpc/platforms/celleb/htab.c
arch/powerpc/platforms/celleb/interrupt.c
arch/powerpc/platforms/celleb/iommu.c
arch/powerpc/platforms/celleb/spu_priv1.c

index 3b6ee08..b76d178 100644 (file)
@@ -34,7 +34,8 @@ ifeq ($(CONFIG_PPC_CELLEB),y)
 obj-y                                  += celleb_setup.o \
                                           celleb_pci.o celleb_scc_epci.o \
                                           celleb_scc_uhc.o \
-                                          io-workarounds.o spider-pci.o
+                                          io-workarounds.o spider-pci.o \
+                                          beat_hvCall.o
 
 obj-$(CONFIG_SERIAL_TXX9)              += celleb_scc_sio.o
 endif
index d0dad24..401557c 100644 (file)
@@ -57,7 +57,7 @@
 #include <asm/cell-regs.h>
 
 #include "../celleb/interrupt.h"
-#include "../celleb/beat_wrapper.h"
+#include "beat_wrapper.h"
 #include "../celleb/beat.h"
 #include "celleb_pci.h"
 #include "interrupt.h"
index edb6d5e..5f612c1 100644 (file)
@@ -1,5 +1,5 @@
 obj-y                          += interrupt.o iommu.o \
-                                  htab.o beat.o hvCall.o
+                                  htab.o beat.o
 
 obj-$(CONFIG_SMP)              += smp.o
 obj-$(CONFIG_PPC_UDBG_BEAT)    += udbg_beat.o
index b64b171..eb99d0b 100644 (file)
@@ -31,7 +31,7 @@
 #include <asm/machdep.h>
 #include <asm/firmware.h>
 
-#include "beat_wrapper.h"
+#include "../cell/beat_wrapper.h"
 #include "beat.h"
 #include "interrupt.h"
 
index 81467ff..18eaed1 100644 (file)
@@ -32,7 +32,7 @@
 #include <asm/machdep.h>
 #include <asm/udbg.h>
 
-#include "beat_wrapper.h"
+#include "../cell/beat_wrapper.h"
 
 #ifdef DEBUG_LOW
 #define DBG_LOW(fmt...) do { udbg_printf(fmt); } while (0)
index 69562a8..bb7bdad 100644 (file)
@@ -27,7 +27,7 @@
 #include <asm/machdep.h>
 
 #include "interrupt.h"
-#include "beat_wrapper.h"
+#include "../cell/beat_wrapper.h"
 
 #define        MAX_IRQS        NR_IRQS
 static DEFINE_SPINLOCK(beatic_irq_mask_lock);
index 93b0efd..3eda423 100644 (file)
@@ -26,7 +26,7 @@
 
 #include <asm/machdep.h>
 
-#include "beat_wrapper.h"
+#include "../cell/beat_wrapper.h"
 
 #define DMA_FLAGS 0xf800000000000000UL /* r/w permitted, coherency required,
                                           strongest order */
index bcc17f7..ad22a14 100644 (file)
@@ -24,7 +24,7 @@
 #include <asm/spu.h>
 #include <asm/spu_priv1.h>
 
-#include "beat_wrapper.h"
+#include "../cell/beat_wrapper.h"
 
 static inline void _int_mask_set(struct spu *spu, int class, u64 mask)
 {