projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bb2826
)
gpu: ion: Remove __GFP_NO_KSWAPD
author
Arve Hjønnevåg
<arve@android.com>
Tue, 27 Nov 2012 01:20:21 +0000
(17:20 -0800)
committer
Arve Hjønnevåg
<arve@android.com>
Mon, 1 Jul 2013 22:51:52 +0000
(15:51 -0700)
It no longer exists.
Signed-off-by: Arve Hjønnevåg <arve@android.com>
drivers/gpu/ion/ion_system_heap.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/ion/ion_system_heap.c
b/drivers/gpu/ion/ion_system_heap.c
index b6fdb47f8b9474df13a2632563910699f251825c..e101db5da5b42822d27c92d1d2feba437be88efc 100644
(file)
--- a/
drivers/gpu/ion/ion_system_heap.c
+++ b/
drivers/gpu/ion/ion_system_heap.c
@@
-27,8
+27,8
@@
#include "ion_priv.h"
static unsigned int high_order_gfp_flags = (GFP_HIGHUSER | __GFP_ZERO |
- __GFP_NOWARN | __GFP_NORETRY
|
-
__GFP_NO_KSWAPD) &
~__GFP_WAIT;
+ __GFP_NOWARN | __GFP_NORETRY
) &
+ ~__GFP_WAIT;
static unsigned int low_order_gfp_flags = (GFP_HIGHUSER | __GFP_ZERO |
__GFP_NOWARN);
static const unsigned int orders[] = {8, 4, 0};