Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283338
b: refs/heads/master
c: 91e86df
h: refs/heads/master
v: v3
  • Loading branch information
Myron Stowe authored and Jesse Barnes committed Jan 6, 2012
1 parent 08bd595 commit 084ec01
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 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: 168c8619fd825d80d1753bf298d0b6aa8d739623
refs/heads/master: 91e86df1a08875bbba9d00d33dc3098f4fd95d4d
6 changes: 0 additions & 6 deletions trunk/arch/ia64/include/asm/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ struct pci_dev;
extern unsigned long ia64_max_iommu_merge_mask;
#define PCI_DMA_BUS_IS_PHYS (ia64_max_iommu_merge_mask == ~0UL)

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)
{
Expand Down
5 changes: 5 additions & 0 deletions trunk/arch/ia64/pci/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,11 @@ pcibios_fixup_bus (struct pci_bus *b)
return;
}

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

void __devinit
pcibios_update_irq (struct pci_dev *dev, int irq)
{
Expand Down

0 comments on commit 084ec01

Please sign in to comment.