Reboot via EFI SystemReset()

From: Heinrich Schuchardt

Date: Mon Jul 20 2026 - 10:37:19 EST


Hello Ard,

In arch/loongarch/kernel/reset.c code has been added to invoke the EFI SystemReset() runtime service. Commit 628c3bb40e9a ("LoongArch: Add boot and setup routines").

Using register_restart_handler() could cover all non-x86 architectures. Wouldn't that be preferable?

Best regards

Heinrich