Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283341
b: refs/heads/master
c: ba232a1
h: refs/heads/master
i:
  283339: ef73322
v: v3
  • Loading branch information
Myron Stowe authored and Jesse Barnes committed Jan 6, 2012
1 parent 324a092 commit f7f7a56
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 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: 79c8be8384d8b41ff67b5fda03c7ace3c3af1550
refs/heads/master: ba232a1fe4d4bca18efc8966e08dbf85abf11519
5 changes: 0 additions & 5 deletions trunk/arch/sparc/include/asm/pci_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@

#define PCI_IRQ_NONE 0xffffffff

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: 0 additions & 5 deletions trunk/arch/sparc/include/asm/pci_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@

#define PCI_IRQ_NONE 0xffffffff

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/sparc/kernel/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1083,6 +1083,11 @@ void pci_resource_to_user(const struct pci_dev *pdev, int bar,
*end = rp->end - offset;
}

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

static int __init pcibios_init(void)
{
pci_dfl_cache_line_size = 64 >> 2;
Expand Down

0 comments on commit f7f7a56

Please sign in to comment.