kernel/drivers/firmware/efi/efi.c
.. .. @@ -66,7 +66,7 @@ 66 66 67 67 struct workqueue_struct *efi_rts_wq; 68 68 69 -static bool disable_runtime = IS_ENABLED(CONFIG_PREEMPT_RT);69 +static bool disable_runtime;70 70 static int __init setup_noefi(char *arg) 71 71 { 72 72 disable_runtime = true; .. .. @@ -96,9 +96,6 @@ 96 96 97 97 if (parse_option_str(str, "noruntime")) 98 98 disable_runtime = true; 99 -100 - if (parse_option_str(str, "runtime"))101 - disable_runtime = false;102 99 103 100 if (parse_option_str(str, "nosoftreserve")) 104 101 set_bit(EFI_MEM_NO_SOFT_RESERVE, &efi.flags);