Skip to content

Commit

Permalink
agp: remove flush_agp_mappings calls from new flush handling code
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Airlie <airlied@linux.ie>
  • Loading branch information
Dave Airlie committed Feb 5, 2008
1 parent f011ae7 commit bc89460
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions 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 bc89460

Please sign in to comment.