Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93467
b: refs/heads/master
c: 5a96dfe
h: refs/heads/master
i:
  93465: 3582307
  93463: 7827c2f
v: v3
  • Loading branch information
Ishizaki Kou authored and Paul Mackerras committed Apr 24, 2008
1 parent c65a7b2 commit 4b6a61a
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 11eef455c2834e192c6ffe9f3ffd09af70fafe81
refs/heads/master: 5a96dfe84b53cc05abe8c7f4d1dfd7b03a3e314a
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/platforms/cell/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/cell/celleb_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/celleb/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/celleb/beat.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/celleb/htab.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/celleb/interrupt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/celleb/iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/celleb/spu_priv1.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 4b6a61a

Please sign in to comment.