Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283339
b: refs/heads/master
c: b51d4a3
h: refs/heads/master
i:
  283337: 08bd595
  283335: 2c3c40b
v: v3
  • Loading branch information
Myron Stowe authored and Jesse Barnes committed Jan 6, 2012
1 parent 084ec01 commit ef73322
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: 91e86df1a08875bbba9d00d33dc3098f4fd95d4d
refs/heads/master: b51d4a3e36c6148f1c044b2d4412e7d2ddb77bd1
5 changes: 0 additions & 5 deletions trunk/arch/microblaze/include/asm/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ struct pci_dev;
*/
#define pcibios_assign_all_busses() 0

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/microblaze/pci/pci-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,11 @@ int pcibios_add_platform_entries(struct pci_dev *pdev)
return device_create_file(&pdev->dev, &dev_attr_devspec);
}

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

char __devinit *pcibios_setup(char *str)
{
return str;
Expand Down

0 comments on commit ef73322

Please sign in to comment.