moby: kernel: separate TRANSPARENT_HUGEPAGE_ALWAYS from the other options

This commit is contained in:
2024-09-24 09:15:32 +00:00
parent df45fd1743
commit 8b8a460045

View File

@@ -75,6 +75,8 @@ linux_latest.override {
# TODO: at least one of these is actually required for boot
RANDOM_KMALLOC_CACHES = lib.mkForce no;
SHUFFLE_PAGE_ALLOCATOR = lib.mkForce no;
# TODO: is this required?
TRANSPARENT_HUGEPAGE_ALWAYS = lib.mkForce yes;
# TODO: at least one of these is actually required for boot