Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210181
b: refs/heads/master
c: df51e7a
h: refs/heads/master
i:
  210179: 3f385df
v: v3
  • Loading branch information
Chris Wilson committed Sep 6, 2010
1 parent 083cf00 commit 1571b43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 9f82d23846146990d475f6753be733e55788d88d
refs/heads/master: df51e7aa2cf204e3a65657a1d60b96cfda133e9b
8 changes: 4 additions & 4 deletions trunk/drivers/char/agp/intel-gtt.c
Original file line number Diff line number Diff line change
Expand Up @@ -1068,11 +1068,11 @@ static void intel_i9xx_setup_flush(void)
intel_i915_setup_chipset_flush();
}

if (intel_private.ifp_resource.start) {
if (intel_private.ifp_resource.start)
intel_private.i9xx_flush_page = ioremap_nocache(intel_private.ifp_resource.start, PAGE_SIZE);
if (!intel_private.i9xx_flush_page)
dev_info(&intel_private.pcidev->dev, "can't ioremap flush page - no chipset flushing");
}
if (!intel_private.i9xx_flush_page)
dev_err(&intel_private.pcidev->dev,
"can't ioremap flush page - no chipset flushing\n");
}

static int intel_i9xx_configure(void)
Expand Down

0 comments on commit 1571b43

Please sign in to comment.