Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200740
b: refs/heads/master
c: 985b823
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Jul 2, 2010
1 parent a853083 commit 8c5517b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 9fbd7f9d112e50dc7649d13de37bc92cb50c3905
refs/heads/master: 985b823b919273fe1327d56d2196b4f92e5d0fae
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/i915_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -2239,7 +2239,7 @@ i915_gem_object_get_pages(struct drm_gem_object *obj,
mapping = inode->i_mapping;
for (i = 0; i < page_count; i++) {
page = read_cache_page_gfp(mapping, i,
mapping_gfp_mask (mapping) |
GFP_HIGHUSER |
__GFP_COLD |
gfpmask);
if (IS_ERR(page))
Expand Down

0 comments on commit 8c5517b

Please sign in to comment.