1
0
Fork 0

tools/testing/radix-tree/linux/gfp.h: fix bitrotted value

Apparently, the tools/testing version dates to a few flags ago, and
we've sprouted 4 new ones since.  Keep in sync with the value in the
main tree...

Link: http://lkml.kernel.org/r/23400.1469702675@turing-police.cc.vt.edu
Signed-off-by: Valdis Kletnieks <valdis.kletnieks@vt.edu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
hifive-unleashed-5.1
Valdis Kletnieks 2016-08-02 14:02:28 -07:00 committed by Linus Torvalds
parent 1a8018fb4c
commit 117dec978c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#ifndef _GFP_H
#define _GFP_H
#define __GFP_BITS_SHIFT 22
#define __GFP_BITS_SHIFT 26
#define __GFP_BITS_MASK ((gfp_t)((1 << __GFP_BITS_SHIFT) - 1))
#define __GFP_WAIT 1
#define __GFP_ACCOUNT 0