Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93463
b: refs/heads/master
c: 7cfb62a
h: refs/heads/master
i:
  93461: 9a089d2
  93459: d4e2304
  93455: 9b093e1
v: v3
  • Loading branch information
Ishizaki Kou authored and Paul Mackerras committed Apr 24, 2008
1 parent 2747618 commit 7827c2f
Show file tree
Hide file tree
Showing 9 changed files with 434 additions and 316 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: 36f8a2c4c61e3559a95190e457b431c6900859b4
refs/heads/master: 7cfb62a2e820b6032c08835dbd996d8518af14a3
2 changes: 2 additions & 0 deletions trunk/arch/powerpc/kernel/of_platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,8 @@ static int __devinit of_pci_phb_probe(struct of_device *dev,

/* Scan the bus */
scan_phb(phb);
if (phb->bus == NULL)
return -ENXIO;

/* Claim resources. This might need some rework as well depending
* wether we are doing probe-only or not, like assigning unassigned
Expand Down
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/platforms/cell/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
obj-$(CONFIG_PPC_CELL_NATIVE) += interrupt.o iommu.o setup.o \
cbe_regs.o spider-pic.o \
pervasive.o pmu.o io-workarounds.o
pervasive.o pmu.o io-workarounds.o \
spider-pci.o
obj-$(CONFIG_CBE_RAS) += ras.o

obj-$(CONFIG_CBE_THERM) += cbe_thermal.o
Expand Down
Loading

0 comments on commit 7827c2f

Please sign in to comment.