mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-06 09:25:22 +02:00
ANDROID: gfp: add __GFP_CMA in __def_gfpflag_names
To show printk with %pGg, add __GFP_CMA in __def_gfpflag_names Bug: 351175506 Change-Id: I479fedc8419d4aaf793f3d0c506534c9da5e2a09 Signed-off-by: Sooyong Suk <s.suk@samsung.corp-partner.google.com>
This commit is contained in:
parent
b983c75e38
commit
ac1de79449
|
@ -50,7 +50,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…
Reference in New Issue
Block a user