Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83264
b: refs/heads/master
c: bc89460
h: refs/heads/master
v: v3
  • Loading branch information
Dave Airlie committed Feb 5, 2008
1 parent 1417b3e commit da52387
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: f011ae7437761dc071b4154cabb0041df041a7c0
refs/heads/master: bc894606e8843808c232319f69c26c18f6eaa662
2 changes: 0 additions & 2 deletions trunk/drivers/char/agp/intel-agp.c
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,6 @@ static void intel_i830_fini_flush(void)
kunmap(intel_private.i8xx_page);
intel_private.i8xx_flush_page = NULL;
unmap_page_from_agp(intel_private.i8xx_page);
flush_agp_mappings();

__free_page(intel_private.i8xx_page);
intel_private.i8xx_page = NULL;
Expand All @@ -615,7 +614,6 @@ static void intel_i830_setup_flush(void)

/* make page uncached */
map_page_into_agp(intel_private.i8xx_page);
flush_agp_mappings();

intel_private.i8xx_flush_page = kmap(intel_private.i8xx_page);
if (!intel_private.i8xx_flush_page)
Expand Down

0 comments on commit da52387

Please sign in to comment.