diff options
-rw-r--r-- | tools/testing/radix-tree/linux/gfp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/radix-tree/linux/gfp.h b/tools/testing/radix-tree/linux/gfp.h index 0e37f7a760eb..5201b915f631 100644 --- a/tools/testing/radix-tree/linux/gfp.h +++ b/tools/testing/radix-tree/linux/gfp.h | |||
@@ -1,7 +1,7 @@ | |||
1 | #ifndef _GFP_H | 1 | #ifndef _GFP_H |
2 | #define _GFP_H | 2 | #define _GFP_H |
3 | 3 | ||
4 | #define __GFP_BITS_SHIFT 22 | 4 | #define __GFP_BITS_SHIFT 26 |
5 | #define __GFP_BITS_MASK ((gfp_t)((1 << __GFP_BITS_SHIFT) - 1)) | 5 | #define __GFP_BITS_MASK ((gfp_t)((1 << __GFP_BITS_SHIFT) - 1)) |
6 | #define __GFP_WAIT 1 | 6 | #define __GFP_WAIT 1 |
7 | #define __GFP_ACCOUNT 0 | 7 | #define __GFP_ACCOUNT 0 |