mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
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:
committed by
Suren Baghdasaryan
parent
b520b90913
commit
a5a662187f
@@ -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 , \
|
||||
|
||||
Reference in New Issue
Block a user