Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45197
b: refs/heads/master
c: 7f02d68
h: refs/heads/master
i:
  45195: 37b0675
v: v3
  • Loading branch information
Thomas Hellstrom authored and Dave Jones committed Dec 29, 2006
1 parent c8a4212 commit c3810a3
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: c41e0deb50c44f9d119c2268f1be05e6a6bb5772
refs/heads/master: 7f02d687b44aba0cfc393102ea1ccc78eadf8a04
2 changes: 1 addition & 1 deletion trunk/drivers/char/agp/intel-agp.c
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ static int intel_i810_insert_entries(struct agp_memory *mem, off_t pg_start,
mem->memory[i], mem->type),
intel_i810_private.registers+I810_PTE_BASE+(j*4));
}
readl(intel_i810_private.registers+I810_PTE_BASE+(j-1*4)); /* PCI Posting. */
readl(intel_i810_private.registers+I810_PTE_BASE+((j-1)*4)); /* PCI Posting. */

agp_bridge->driver->tlb_flush(mem);
return 0;
Expand Down

0 comments on commit c3810a3

Please sign in to comment.