Re: [PATCH] riscv: Mark default_power_off() as __noreturn
From: Paul Walmsley
Date: Wed Jul 29 2026 - 14:37:55 EST
On Mon, 27 Jul 2026, Thorsten Blum wrote:
> Since default_power_off() never returns, annotate it with the __noreturn
> attribute to improve compiler optimizations.
>
> Signed-off-by: Thorsten Blum <thorsten.blum@xxxxxxxxx>
Thanks, queued for v7.3.
- Paul