On 2026-06-03T07:07:36, None <[email protected]> wrote: > reset: x86: Use cpu_hlt() in efi_reset_system() > > Use cpu_hlt() in busy loop in efi_reset_system() similarly to > pch_sysreset_power_off(). > > Note, this is safe for __efi_runtime-annotated efi_reset_system(), > because cpu_hlt() expands to a bare 'hlt'. > > Signed-off-by: Denis Mukhin <[email protected]> > > drivers/sysreset/sysreset_x86.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass <[email protected]>

