Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89000
b: refs/heads/master
c: 69bdb7b
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Ingo Molnar committed Apr 17, 2008
1 parent 08e14e5 commit 7b87cb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 565c6402db09b1d1b7623ebd629f3adf6b86feaa
refs/heads/master: 69bdb7bcc6b9494b1738c6f6dd3fe553c9c6978e
8 changes: 4 additions & 4 deletions trunk/include/asm-x86/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@
#include <asm/scatterlist.h>
#include <asm/io.h>


#ifdef __KERNEL__

struct pci_sysdata {
int domain; /* PCI domain */
int node; /* NUMA node */
#ifdef CONFIG_X86_64
void* iommu; /* IOMMU private data */
void *iommu; /* IOMMU private data */
#endif
};

Expand Down Expand Up @@ -52,7 +51,7 @@ extern unsigned long pci_mem_start;
#define PCIBIOS_MIN_CARDBUS_IO 0x4000

void pcibios_config_init(void);
struct pci_bus * pcibios_scan_root(int bus);
struct pci_bus *pcibios_scan_root(int bus);

void pcibios_set_master(struct pci_dev *dev);
void pcibios_penalize_isa_irq(int irq, int active);
Expand All @@ -62,7 +61,8 @@ int pcibios_set_irq_routing(struct pci_dev *dev, int pin, int irq);

#define HAVE_PCI_MMAP
extern int pci_mmap_page_range(struct pci_dev *dev, struct vm_area_struct *vma,
enum pci_mmap_state mmap_state, int write_combine);
enum pci_mmap_state mmap_state,
int write_combine);


#ifdef CONFIG_PCI
Expand Down

0 comments on commit 7b87cb9

Please sign in to comment.