ANDROID: GKI: add PG_oem_reserved in enum pageflags
Add PG_oem_reserved in enum pageflags to indicate more status of page for OEM, this flag will be visible only in 64bit platform. Bug: 235673196 Change-Id: I6a8324a5110d13cdb993c1d366824c057cd133dd Signed-off-by: Chao Yu <chao@kernel.org>
This commit is contained in:
@@ -140,6 +140,9 @@ enum pageflags {
|
||||
#endif
|
||||
#ifdef CONFIG_KASAN_HW_TAGS
|
||||
PG_skip_kasan_poison,
|
||||
#endif
|
||||
#ifdef CONFIG_64BIT
|
||||
PG_oem_reserved,
|
||||
#endif
|
||||
__NR_PAGEFLAGS,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user