Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93470
b: refs/heads/master
c: ad2c698
h: refs/heads/master
v: v3
  • Loading branch information
Ishizaki Kou authored and Paul Mackerras committed Apr 24, 2008
1 parent 4d92444 commit cddc0b7
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 16 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: c11dde85b62f9811eb2db656d9b0b4ad23d94871
refs/heads/master: ad2c6987978d17b58204926e9be776955935f8b1
1 change: 0 additions & 1 deletion trunk/arch/powerpc/platforms/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ obj-$(CONFIG_PPC_MAPLE) += maple/
obj-$(CONFIG_PPC_PASEMI) += pasemi/
obj-$(CONFIG_PPC_CELL) += cell/
obj-$(CONFIG_PPC_PS3) += ps3/
obj-$(CONFIG_PPC_CELLEB) += celleb/
obj-$(CONFIG_EMBEDDED6xx) += embedded6xx/
6 changes: 4 additions & 2 deletions trunk/arch/powerpc/platforms/cell/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ obj-y += celleb_setup.o \
celleb_pci.o celleb_scc_epci.o \
celleb_scc_uhc.o \
io-workarounds.o spider-pci.o \
beat_htab.o beat_hvCall.o \
beat_iommu.o
beat.o beat_htab.o beat_hvCall.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_SPU_BASE) += beat_spu_priv1.o
endif
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
#include <asm/machdep.h>
#include <asm/firmware.h>

#include "../cell/beat_wrapper.h"
#include "beat_wrapper.h"
#include "beat.h"
#include "interrupt.h"
#include "beat_interrupt.h"

static int beat_pm_poweroff_flag;

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

#include <asm/machdep.h>

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

#define MAX_IRQS NR_IRQS
static DEFINE_SPINLOCK(beatic_irq_mask_lock);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include <asm/machdep.h>
#include <asm/udbg.h>

#include "interrupt.h"
#include "beat_interrupt.h"

#ifdef DEBUG
#define DBG(fmt...) udbg_printf(fmt)
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/platforms/cell/celleb_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
#include <asm/rtas.h>
#include <asm/cell-regs.h>

#include "../celleb/interrupt.h"
#include "beat_interrupt.h"
#include "beat_wrapper.h"
#include "../celleb/beat.h"
#include "beat.h"
#include "celleb_pci.h"
#include "interrupt.h"
#include "pervasive.h"
Expand Down
5 changes: 0 additions & 5 deletions trunk/arch/powerpc/platforms/celleb/Makefile

This file was deleted.

0 comments on commit cddc0b7

Please sign in to comment.