Re: [PATCH v2] m68k: amiga: Mark amiga_reset() as __noreturn
Thorsten Blum <[email protected]> Fri, 26 Jun 2026 17:12:37 +0200
| Newsgroups | org.kernel.vger.linux-m68k,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Jun 27, 2026 at 12:07:30AM +0900, Daniel Palmer wrote: > Hi Thorsten, > > On Fri, 26 Jun 2026 at 23:58, Thorsten Blum <[email protected]> wrote: > > > > Mark both the forward declaration and the function definition as > > __noreturn, and remove the redundant redeclaration. > <snip> > > Boot tested on my A4000, rebooting still works. So FWIW: > > Tested-by: Daniel Palmer <[email protected]> Thank you!