moby: kernel: remove extraneous PREEMPT-related options

this is a no-op change: the dropped option values are defaults from the remaining ones
This commit is contained in:
2024-09-24 08:55:18 +00:00
parent 0c6886eb59
commit df45fd1743

View File

@@ -92,11 +92,7 @@ linux_latest.override {
# this is required for boot (but why??)
PREEMPT = lib.mkForce yes;
# TODO: at least one of these is actually required for boot.
PREEMPTION = yes;
PREEMPT_BUILD = yes;
PREEMPT_COUNT = yes;
PREEMPT_RCU = yes;
# this is required for boot (but why??)
PREEMPT_VOLUNTARY_BUILD = no;
# this is required for boot (but why??)