Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200722
b: refs/heads/master
c: 7c2a9ac
h: refs/heads/master
v: v3
  • Loading branch information
Jerome Glisse authored and Dave Airlie committed Jul 1, 2010
1 parent 29e639b commit 6ad2f90
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: 37cf6b03f9f28c62dafb0b9ce5f1ba29c8baffa9
refs/heads/master: 7c2a9acf856f150a9fc3efbaa0be44f97c30f6ca
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/ttm/ttm_page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ int ttm_get_pages(struct list_head *pages, int flags,
{
struct ttm_page_pool *pool = ttm_get_pool(flags, cstate);
struct page *p = NULL;
int gfp_flags = 0;
int gfp_flags = GFP_USER;
int r;

/* set zero flag for page allocation if required */
Expand Down

0 comments on commit 6ad2f90

Please sign in to comment.