Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283344
b: refs/heads/master
c: 9cdce18
h: refs/heads/master
v: v3
  • Loading branch information
Myron Stowe authored and Jesse Barnes committed Jan 6, 2012
1 parent d173a59 commit 5896cbd
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: b73224fdcf273956ee52c5c0975ee400231f6cdb
refs/heads/master: 9cdce18d6f0baae53f012fb3f50e66e7ff24c509
5 changes: 0 additions & 5 deletions trunk/arch/xtensa/include/asm/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@

extern struct pci_controller* pcibios_alloc_controller(void);

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)
{
/* We don't do dynamic PCI IRQ allocation */
Expand Down
5 changes: 5 additions & 0 deletions trunk/arch/xtensa/kernel/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,11 @@ char __init *pcibios_setup(char *str)
return str;
}

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

/* the next one is stolen from the alpha port... */

void __init
Expand Down

0 comments on commit 5896cbd

Please sign in to comment.