Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211691
b: refs/heads/master
c: 1b13fe6
h: refs/heads/master
i:
  211689: ed884a6
  211687: 0a8b479
v: v3
  • Loading branch information
Borislav Petkov authored and Ingo Molnar committed Sep 5, 2010
1 parent 61afaa9 commit 8a59932
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 260133ab658bd2b80e07832a878e00405e19ff43
refs/heads/master: 1b13fe6a6e9986dbc079cbb05090be75edbffa5d
4 changes: 3 additions & 1 deletion trunk/drivers/char/agp/generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,9 @@ int agp_generic_create_gatt_table(struct agp_bridge_data *bridge)

bridge->driver->cache_flush();
#ifdef CONFIG_X86
set_memory_uc((unsigned long)table, 1 << page_order);
if (set_memory_uc((unsigned long)table, 1 << page_order))
printk(KERN_WARNING "Could not set GATT table memory to UC!");

bridge->gatt_table = (void *)table;
#else
bridge->gatt_table = ioremap_nocache(virt_to_phys(table),
Expand Down

0 comments on commit 8a59932

Please sign in to comment.