mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-11 17:10:13 +00:00
tools headers: Sync linux/gfp_types.h with kernel sources
To pick up changes from:
4c0a17e28340e458 ("slab: prevent recursive kmalloc() in alloc_empty_sheaf()")
This would be used to handle GFP masks in the perf code and address these
tools/perf build warnings:
Warning: Kernel ABI header differences:
diff -u tools/include/linux/gfp_types.h include/linux/gfp_types.h
Please see tools/include/uapi/README.
Acked-by: SeongJae Park <sj@kernel.org>
Cc: linux-mm@kvack.org
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
This commit is contained in:
parent
0d5d3bb6ce
commit
d0783e1fb8
@ -55,9 +55,7 @@ enum {
|
|||||||
#ifdef CONFIG_LOCKDEP
|
#ifdef CONFIG_LOCKDEP
|
||||||
___GFP_NOLOCKDEP_BIT,
|
___GFP_NOLOCKDEP_BIT,
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_SLAB_OBJ_EXT
|
|
||||||
___GFP_NO_OBJ_EXT_BIT,
|
___GFP_NO_OBJ_EXT_BIT,
|
||||||
#endif
|
|
||||||
___GFP_LAST_BIT
|
___GFP_LAST_BIT
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -98,11 +96,7 @@ enum {
|
|||||||
#else
|
#else
|
||||||
#define ___GFP_NOLOCKDEP 0
|
#define ___GFP_NOLOCKDEP 0
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_SLAB_OBJ_EXT
|
|
||||||
#define ___GFP_NO_OBJ_EXT BIT(___GFP_NO_OBJ_EXT_BIT)
|
#define ___GFP_NO_OBJ_EXT BIT(___GFP_NO_OBJ_EXT_BIT)
|
||||||
#else
|
|
||||||
#define ___GFP_NO_OBJ_EXT 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Physical address zone modifiers (see linux/mmzone.h - low four bits)
|
* Physical address zone modifiers (see linux/mmzone.h - low four bits)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user