Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218101
b: refs/heads/master
c: e61cb0d
h: refs/heads/master
i:
  218099: f67f2a0
v: v3
  • Loading branch information
Jan Beulich authored and Chris Wilson committed Sep 24, 2010
1 parent beaaf08 commit 6ff62fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: 5ceb0f9bb7bde101d8b07cb803002591dcb8c804
refs/heads/master: e61cb0d5fd172ab95a4501917526382f25158e83
3 changes: 1 addition & 2 deletions trunk/drivers/char/agp/intel-gtt.c
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,6 @@ static void i830_cleanup(void)
{
kunmap(intel_private.i8xx_page);
intel_private.i8xx_flush_page = NULL;
unmap_page_from_agp(intel_private.i8xx_page);

__free_page(intel_private.i8xx_page);
intel_private.i8xx_page = NULL;
Expand All @@ -826,7 +825,7 @@ static void intel_i830_setup_flush(void)
if (intel_private.i8xx_page)
return;

intel_private.i8xx_page = alloc_page(GFP_KERNEL | __GFP_ZERO | GFP_DMA32);
intel_private.i8xx_page = alloc_page(GFP_KERNEL);
if (!intel_private.i8xx_page)
return;

Expand Down

0 comments on commit 6ff62fa

Please sign in to comment.