|
@@ -41,7 +41,7 @@ struct vm_area_struct;
|
|
#define ___GFP_WRITE 0x800000u
|
|
#define ___GFP_WRITE 0x800000u
|
|
#define ___GFP_KSWAPD_RECLAIM 0x1000000u
|
|
#define ___GFP_KSWAPD_RECLAIM 0x1000000u
|
|
#ifdef CONFIG_LOCKDEP
|
|
#ifdef CONFIG_LOCKDEP
|
|
-#define ___GFP_NOLOCKDEP 0x4000000u
|
|
|
|
|
|
+#define ___GFP_NOLOCKDEP 0x2000000u
|
|
#else
|
|
#else
|
|
#define ___GFP_NOLOCKDEP 0
|
|
#define ___GFP_NOLOCKDEP 0
|
|
#endif
|
|
#endif
|