Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199749
b: refs/heads/master
c: 79905ad
h: refs/heads/master
i:
  199747: b1537b9
v: v3
  • Loading branch information
Paul Mackerras authored and Benjamin Herrenschmidt committed Jun 2, 2010
1 parent 374f34c commit f01eaeb
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: 92e197095e0aa59273decbeaa4b63de58e342355
refs/heads/master: 79905ad50bcf025deb81382413719ed600734941
2 changes: 1 addition & 1 deletion trunk/drivers/char/agp/uninorth-agp.c
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ static int uninorth_create_gatt_table(struct agp_bridge_data *bridge)
bridge->gatt_table_real = (u32 *) table;
/* Need to clear out any dirty data still sitting in caches */
flush_dcache_range((unsigned long)table,
(unsigned long)(table_end + PAGE_SIZE));
(unsigned long)table_end + 1);
bridge->gatt_table = vmap(pages, (1 << page_order), 0, PAGE_KERNEL_NCG);

if (bridge->gatt_table == NULL)
Expand Down

0 comments on commit f01eaeb

Please sign in to comment.