Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332303
b: refs/heads/master
c: 2e6ee5e
h: refs/heads/master
i:
  332301: 5f9d74f
  332299: d649210
  332295: bca9f46
  332287: 165ffa9
v: v3
  • Loading branch information
Max Filippov authored and Chris Zankel committed Oct 3, 2012
1 parent 834d13b commit fc114b6
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: 6aebb64ad415c7d63ad4db5b401f960fe7b1d972
refs/heads/master: 2e6ee5ec88dd9d4d4e934709200259538160039d
2 changes: 1 addition & 1 deletion trunk/arch/xtensa/kernel/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ __pci_mmap_set_pgprot(struct pci_dev *dev, struct vm_area_struct *vma,
int prot = pgprot_val(vma->vm_page_prot);

/* Set to write-through */
prot &= ~_PAGE_NO_CACHE;
prot = (prot & _PAGE_CA_MASK) | _PAGE_CA_WT;
#if 0
if (!write_combine)
prot |= _PAGE_WRITETHRU;
Expand Down

0 comments on commit fc114b6

Please sign in to comment.