Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36017
b: refs/heads/master
c: 3213656
h: refs/heads/master
i:
  36015: aa0f799
v: v3
  • Loading branch information
Alexander Bigga authored and Ralf Baechle committed Sep 27, 2006
1 parent cd0377f commit 98931c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 898d229107f7aa8ea45685c11e2930783755f9ba
refs/heads/master: 32136568a9828c27c07eedb8d2b3e3d9fe8d87ba
2 changes: 1 addition & 1 deletion trunk/arch/mips/pci/ops-au1000.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ static int config_access(unsigned char access_type, struct pci_bus *bus,
if (first_cfg) {
/* reserve a wired entry for pci config accesses */
first_cfg = 0;
pci_cfg_vm = get_vm_area(0x2000, 0);
pci_cfg_vm = get_vm_area(0x2000, VM_IOREMAP);
if (!pci_cfg_vm)
panic (KERN_ERR "PCI unable to get vm area\n");
pci_cfg_wired_entry = read_c0_wired();
Expand Down

0 comments on commit 98931c9

Please sign in to comment.