ANDROID: Disable transparent hugepage support on microdroid

Microdroid does not need THP support, so remove it.

Bug: 432329937
Change-Id: I69f32a963d36419a0b7ef7b71d316977c1c3fafc
Signed-off-by: Isaac J. Manjarres <isaacmanjarres@google.com>
This commit is contained in:
Isaac J. Manjarres
2025-07-21 18:52:25 +00:00
committed by Treehugger Robot
parent fbececc25c
commit e9edbc2946

View File

@@ -52,8 +52,6 @@ CONFIG_SLAB_FREELIST_HARDENED=y
CONFIG_SHUFFLE_PAGE_ALLOCATOR=y CONFIG_SHUFFLE_PAGE_ALLOCATOR=y
# CONFIG_COMPAT_BRK is not set # CONFIG_COMPAT_BRK is not set
CONFIG_DEFAULT_MMAP_MIN_ADDR=32768 CONFIG_DEFAULT_MMAP_MIN_ADDR=32768
CONFIG_TRANSPARENT_HUGEPAGE=y
CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y
# CONFIG_ZONE_DMA is not set # CONFIG_ZONE_DMA is not set
# CONFIG_ZONE_DMA32 is not set # CONFIG_ZONE_DMA32 is not set
CONFIG_ANON_VMA_NAME=y CONFIG_ANON_VMA_NAME=y