Commit 8ae6e30d authored by Ishizaki Kou's avatar Ishizaki Kou Committed by Paul Mackerras
Browse files

[POWERPC] celleb: Move files for Beat mmu and iommu



This moves files for mmu and iommu on 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 5a96dfe8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -35,7 +35,8 @@ obj-y += celleb_setup.o \
					   celleb_pci.o celleb_scc_epci.o \
					   celleb_scc_uhc.o \
					   io-workarounds.o spider-pci.o \
					   beat_hvCall.o
					   beat_htab.o beat_hvCall.o \
					   beat_iommu.o

obj-$(CONFIG_SERIAL_TXX9)		+= celleb_scc_sio.o
endif
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
#include <asm/machdep.h>
#include <asm/udbg.h>

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

#ifdef DEBUG_LOW
#define DBG_LOW(fmt...) do { udbg_printf(fmt); } while (0)
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@

#include <asm/machdep.h>

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

#define DMA_FLAGS 0xf800000000000000UL	/* r/w permitted, coherency required,
					   strongest order */
+2 −2
Original line number Diff line number Diff line
obj-y				+= interrupt.o iommu.o \
				   htab.o beat.o
obj-y				+= interrupt.o \
				   beat.o

obj-$(CONFIG_SMP)		+= smp.o
obj-$(CONFIG_PPC_UDBG_BEAT)	+= udbg_beat.o