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:
Chao Yu
2022-06-13 20:48:30 +08:00
committed by Carlos Llamas
parent 69b8778f42
commit a568f5bd64
2 changed files with 6 additions and 0 deletions

View File

@@ -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,