Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14679
b: refs/heads/master
c: c41f471
h: refs/heads/master
i:
  14677: 16a19b0
  14675: 332cc66
  14671: e1f1da9
v: v3
  • Loading branch information
Dave Airlie authored and Dave Airlie committed Nov 23, 2005
1 parent 9aa4977 commit daf38ac
Show file tree
Hide file tree
Showing 3 changed files with 3 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: bd07ed2b4d7071716c09895e19849e8b04991656
refs/heads/master: c41f47121d8bf44b886ef2039779dab8c1e3a25f
2 changes: 1 addition & 1 deletion trunk/drivers/char/drm/drm_memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ unsigned long drm_alloc_pages(int order, int area)
unsigned long addr;
unsigned int sz;

address = __get_free_pages(GFP_KERNEL, order);
address = __get_free_pages(GFP_KERNEL|__GFP_COMP, order);
if (!address)
return 0;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/char/drm/drm_memory_debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ unsigned long DRM(alloc_pages) (int order, int area) {
}
spin_unlock(&DRM(mem_lock));

address = __get_free_pages(GFP_KERNEL, order);
address = __get_free_pages(GFP_KERNEL|__GFP_COMP, order);
if (!address) {
spin_lock(&DRM(mem_lock));
++DRM(mem_stats)[area].fail_count;
Expand Down

0 comments on commit daf38ac

Please sign in to comment.