ANDROID: gfp: add __GFP_CMA in gfpflag_names
The __GFP_CMA was added but not added to the gfpflag_names. Let me add it to show on %pGg printk. Bug: 295271520 Signed-off-by: Jaewon Kim <jaewon31.kim@samsung.com> Change-Id: I155fdcc0e2c18db390b5166ba8d2b93c793caae6
This commit is contained in:
parent
b520b90913
commit
a5a662187f
1 changed files with 2 additions and 1 deletions
|
|
@ -51,7 +51,8 @@
|
|||
gfpflag_string(__GFP_RECLAIM), \
|
||||
gfpflag_string(__GFP_DIRECT_RECLAIM), \
|
||||
gfpflag_string(__GFP_KSWAPD_RECLAIM), \
|
||||
gfpflag_string(__GFP_ZEROTAGS)
|
||||
gfpflag_string(__GFP_ZEROTAGS), \
|
||||
gfpflag_string(__GFP_CMA)
|
||||
|
||||
#ifdef CONFIG_KASAN_HW_TAGS
|
||||
#define __def_gfpflag_names_kasan , \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue