~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal-proposed

« back to all changes in this revision

Viewing changes to arch/arm/include/asm/pci.h

  • Committer: Package Import Robot
  • Author(s): Andy Whitcroft, Andy Whitcroft
  • Date: 2012-06-21 09:16:38 UTC
  • Revision ID: package-import@ubuntu.com-20120621091638-gubhv4nox8xez1ct
Tags: 3.5.0-1.1
[ Andy Whitcroft]

* Rebuild lowlatency against Ubuntu-3.5.0-1.1
* All new configuration system to allow configuration deltas to be
  exposed via debian.lowlatency/config-delta

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
}
32
32
#endif /* CONFIG_PCI_DOMAINS */
33
33
 
34
 
#ifdef CONFIG_PCI_HOST_ITE8152
35
 
/* ITE bridge requires setting latency timer to avoid early bus access
36
 
   termination by PIC bus mater devices
37
 
*/
38
 
extern void pcibios_set_master(struct pci_dev *dev);
39
 
#else
40
 
static inline void pcibios_set_master(struct pci_dev *dev)
41
 
{
42
 
        /* No special bus mastering setup handling */
43
 
}
44
 
#endif
45
 
 
46
34
static inline void pcibios_penalize_isa_irq(int irq, int active)
47
35
{
48
36
        /* We don't do dynamic PCI IRQ allocation */
69
57
extern int pci_mmap_page_range(struct pci_dev *dev, struct vm_area_struct *vma,
70
58
                               enum pci_mmap_state mmap_state, int write_combine);
71
59
 
72
 
extern void
73
 
pcibios_resource_to_bus(struct pci_dev *dev, struct pci_bus_region *region,
74
 
                         struct resource *res);
75
 
 
76
 
extern void
77
 
pcibios_bus_to_resource(struct pci_dev *dev, struct resource *res,
78
 
                        struct pci_bus_region *region);
79
 
 
80
60
/*
81
61
 * Dummy implementation; always return 0.
82
62
 */