Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283340
b: refs/heads/master
c: 79c8be8
h: refs/heads/master
v: v3
  • Loading branch information
Myron Stowe authored and Jesse Barnes committed Jan 6, 2012
1 parent ef73322 commit 324a092
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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: b51d4a3e36c6148f1c044b2d4412e7d2ddb77bd1
refs/heads/master: 79c8be8384d8b41ff67b5fda03c7ace3c3af1550
5 changes: 0 additions & 5 deletions trunk/arch/powerpc/include/asm/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ struct pci_dev;
#define pcibios_assign_all_busses() \
(pci_has_flag(PCI_REASSIGN_ALL_BUS))

static inline void pcibios_set_master(struct pci_dev *dev)
{
/* No special bus mastering setup handling */
}

static inline void pcibios_penalize_isa_irq(int irq, int active)
{
/* We don't do dynamic PCI IRQ allocation */
Expand Down
5 changes: 5 additions & 0 deletions trunk/arch/powerpc/kernel/pci-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -1118,6 +1118,11 @@ void __devinit pcibios_setup_bus_devices(struct pci_bus *bus)
}
}

void pcibios_set_master(struct pci_dev *dev)
{
/* No special bus mastering setup handling */
}

void __devinit pcibios_fixup_bus(struct pci_bus *bus)
{
/* When called from the generic PCI probe, read PCI<->PCI bridge
Expand Down

0 comments on commit 324a092

Please sign in to comment.