Commit 5a96dfe8 authored by Ishizaki Kou's avatar Ishizaki Kou Committed by Paul Mackerras

[POWERPC] celleb: Move files for Beat hvcall interfaces

This moves files for Beat hvcall interfaces 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 11eef455
...@@ -34,7 +34,8 @@ ifeq ($(CONFIG_PPC_CELLEB),y) ...@@ -34,7 +34,8 @@ ifeq ($(CONFIG_PPC_CELLEB),y)
obj-y += celleb_setup.o \ 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_hvCall.o
obj-$(CONFIG_SERIAL_TXX9) += celleb_scc_sio.o obj-$(CONFIG_SERIAL_TXX9) += celleb_scc_sio.o
endif endif
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
#include <asm/cell-regs.h> #include <asm/cell-regs.h>
#include "../celleb/interrupt.h" #include "../celleb/interrupt.h"
#include "../celleb/beat_wrapper.h" #include "beat_wrapper.h"
#include "../celleb/beat.h" #include "../celleb/beat.h"
#include "celleb_pci.h" #include "celleb_pci.h"
#include "interrupt.h" #include "interrupt.h"
......
obj-y += interrupt.o iommu.o \ obj-y += interrupt.o iommu.o \
htab.o beat.o hvCall.o htab.o beat.o
obj-$(CONFIG_SMP) += smp.o obj-$(CONFIG_SMP) += smp.o
obj-$(CONFIG_PPC_UDBG_BEAT) += udbg_beat.o obj-$(CONFIG_PPC_UDBG_BEAT) += udbg_beat.o
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include <asm/machdep.h> #include <asm/machdep.h>
#include <asm/firmware.h> #include <asm/firmware.h>
#include "beat_wrapper.h" #include "../cell/beat_wrapper.h"
#include "beat.h" #include "beat.h"
#include "interrupt.h" #include "interrupt.h"
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include <asm/machdep.h> #include <asm/machdep.h>
#include <asm/udbg.h> #include <asm/udbg.h>
#include "beat_wrapper.h" #include "../cell/beat_wrapper.h"
#ifdef DEBUG_LOW #ifdef DEBUG_LOW
#define DBG_LOW(fmt...) do { udbg_printf(fmt); } while (0) #define DBG_LOW(fmt...) do { udbg_printf(fmt); } while (0)
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <asm/machdep.h> #include <asm/machdep.h>
#include "interrupt.h" #include "interrupt.h"
#include "beat_wrapper.h" #include "../cell/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);
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include <asm/machdep.h> #include <asm/machdep.h>
#include "beat_wrapper.h" #include "../cell/beat_wrapper.h"
#define DMA_FLAGS 0xf800000000000000UL /* r/w permitted, coherency required, #define DMA_FLAGS 0xf800000000000000UL /* r/w permitted, coherency required,
strongest order */ strongest order */
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <asm/spu.h> #include <asm/spu.h>
#include <asm/spu_priv1.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) static inline void _int_mask_set(struct spu *spu, int class, u64 mask)
{ {
......
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