moby: remove kernel configs for CPUMASK_OFFSTACK & co
it boots
This commit is contained in:
@@ -72,18 +72,9 @@ linux_latest.override {
|
|||||||
# TODO: at least one of these is actually required for boot
|
# TODO: at least one of these is actually required for boot
|
||||||
NR_CPUS = lib.mkForce (freeform "64");
|
NR_CPUS = lib.mkForce (freeform "64");
|
||||||
ACPI_FPDT = lib.mkForce no;
|
ACPI_FPDT = lib.mkForce no;
|
||||||
SLAB_BUCKETS = lib.mkForce no;
|
|
||||||
RANDOM_KMALLOC_CACHES = lib.mkForce no;
|
RANDOM_KMALLOC_CACHES = lib.mkForce no;
|
||||||
SHUFFLE_PAGE_ALLOCATOR = lib.mkForce no;
|
SHUFFLE_PAGE_ALLOCATOR = lib.mkForce no;
|
||||||
DEFAULT_MMAP_MIN_ADDR = lib.mkForce (freeform "4096");
|
|
||||||
TRANSPARENT_HUGEPAGE_ALWAYS = lib.mkForce yes;
|
TRANSPARENT_HUGEPAGE_ALWAYS = lib.mkForce yes;
|
||||||
TRANSPARENT_HUGEPAGE_MADVISE = lib.mkForce no;
|
|
||||||
ZONE_DEVICE = lib.mkForce no;
|
|
||||||
UEVENT_HELPER = lib.mkForce yes;
|
|
||||||
LOGO = lib.mkForce yes;
|
|
||||||
LOGO_LINUX_CLUT224 = yes;
|
|
||||||
POWERCAP = lib.mkForce no;
|
|
||||||
CPUMASK_OFFSTACK = no;
|
|
||||||
KFENCE = lib.mkForce no;
|
KFENCE = lib.mkForce no;
|
||||||
|
|
||||||
# TODO: at least one of these is actually required for boot
|
# TODO: at least one of these is actually required for boot
|
||||||
|
Reference in New Issue
Block a user