Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283342
b: refs/heads/master
c: cf1c523
h: refs/heads/master
v: v3
  • Loading branch information
Myron Stowe authored and Jesse Barnes committed Jan 6, 2012
1 parent f7f7a56 commit ed1a563
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 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: ba232a1fe4d4bca18efc8966e08dbf85abf11519
refs/heads/master: cf1c5230cee13a29afb1183796ed2fe124e7b6c0
7 changes: 0 additions & 7 deletions trunk/arch/tile/include/asm/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,6 @@ static inline int pcibios_assign_all_busses(void)
return 1;
}

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

#define PCIBIOS_MIN_MEM 0
#define PCIBIOS_MIN_IO 0

Expand Down
5 changes: 5 additions & 0 deletions trunk/arch/tile/kernel/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,11 @@ void __devinit pcibios_fixup_bus(struct pci_bus *bus)
/* Nothing needs to be done. */
}

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

/*
* This can be called from the generic PCI layer, but doesn't need to
* do anything.
Expand Down

0 comments on commit ed1a563

Please sign in to comment.