[PATCH v5 1/2] kexec: Consolidate machine_kexec_mask_interrupts() implementation
Thomas Gleixner
tglx at linutronix.de
Tue Dec 3 03:04:30 PST 2024
On Sat, Nov 30 2024 at 20:11, Eliav Farber wrote:
> +
> +config GENERIC_IRQ_KEXEC_CLEAR_VM_FORWARD
> + bool "Clear forwarded VM interrupts during kexec"
This should not be user selectable. Just keep it as:
config GENERIC_IRQ_KEXEC_CLEAR_VM_FORWARD
bool
which defaults to 'n'. Just add a comment what this is about like it's
done with the other options in that file which are only selectable.
Thanks,
tglx
More information about the linux-riscv
mailing list