Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357989
b: refs/heads/master
c: 419fa72
h: refs/heads/master
i:
  357987: 93b3f6a
v: v3
  • Loading branch information
Chris Wilson authored and Daniel Vetter committed Jan 17, 2013
1 parent c8e633f commit 6913484
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: 43e28f092b2fa4ebc46bdc210134a80610815785
refs/heads/master: 419fa72a1973c9ba2fd2c2505dc889f54b857459
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/i915_gem_execbuffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ i915_gem_execbuffer2(struct drm_device *dev, void *data,
}

exec2_list = kmalloc(sizeof(*exec2_list)*args->buffer_count,
GFP_KERNEL | __GFP_NOWARN | __GFP_NORETRY);
GFP_TEMPORARY | __GFP_NOWARN | __GFP_NORETRY);
if (exec2_list == NULL)
exec2_list = drm_malloc_ab(sizeof(*exec2_list),
args->buffer_count);
Expand Down

0 comments on commit 6913484

Please sign in to comment.