Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221771
b: refs/heads/master
c: 8d0f567
h: refs/heads/master
i:
  221769: 8ea2f99
  221767: 85a5d3c
v: v3
  • Loading branch information
Zhenyu Wang authored and Chris Wilson committed Nov 4, 2010
1 parent 4f8ec88 commit 5845488
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: e07ac3a0b17ed9dec26b742ea41514063ef12386
refs/heads/master: 8d0f56708292ca5c256ee3b7187d124afee81d93
2 changes: 1 addition & 1 deletion trunk/drivers/char/agp/intel-gtt.c
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@ static void gen6_write_entry(dma_addr_t addr, unsigned int entry,
unsigned int gfdt = flags & AGP_USER_CACHED_MEMORY_GFDT;
u32 pte_flags;

if (type_mask == AGP_USER_UNCACHED_MEMORY)
if (type_mask == AGP_USER_MEMORY)
pte_flags = GEN6_PTE_UNCACHED | I810_PTE_VALID;
else if (type_mask == AGP_USER_CACHED_MEMORY_LLC_MLC) {
pte_flags = GEN6_PTE_LLC | I810_PTE_VALID;
Expand Down

0 comments on commit 5845488

Please sign in to comment.