diff options
Diffstat (limited to 'drivers/char/agp/sgi-agp.c')
-rw-r--r-- | drivers/char/agp/sgi-agp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/agp/sgi-agp.c b/drivers/char/agp/sgi-agp.c index 0d47fa847404..0d426ae39c85 100644 --- a/drivers/char/agp/sgi-agp.c +++ b/drivers/char/agp/sgi-agp.c | |||
@@ -190,7 +190,7 @@ static int sgi_tioca_insert_memory(struct agp_memory *mem, off_t pg_start, | |||
190 | for (i = 0, j = pg_start; i < mem->page_count; i++, j++) { | 190 | for (i = 0, j = pg_start; i < mem->page_count; i++, j++) { |
191 | table[j] = | 191 | table[j] = |
192 | bridge->driver->mask_memory(bridge, | 192 | bridge->driver->mask_memory(bridge, |
193 | phys_to_gart(page_to_phys(mem->pages[i])), | 193 | page_to_phys(mem->pages[i]), |
194 | mem->type); | 194 | mem->type); |
195 | } | 195 | } |
196 | 196 | ||