]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
LoongArch: Add machine_kexec_mask_interrupts() implementation
authorHuacai Chen <chenhuacai@loongson.cn>
Sat, 13 Dec 2025 09:49:50 +0000 (17:49 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Dec 2025 12:55:22 +0000 (13:55 +0100)
commit429bf3f04c24a1590ed18cd7bf802cf63f937a0f
tree5c4227eab8c77f248a7d237b0817e43dbbfd799a
parenta4b7a958c908abedf66ba80f1e1afc5eba33cfc5
LoongArch: Add machine_kexec_mask_interrupts() implementation

Commit 863a320dc6fd7c855f47da4b ("LoongArch: Mask all interrupts during
kexec/kdump") is backported to LTS branches, but they lack a generic
machine_kexec_mask_interrupts() implementation, so add an arch-specific
one.

Signed-off-by: Tianyang Zhang <zhangtianyang@loongson.cn>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/loongarch/kernel/machine_kexec.c