arm/cpu: Add unreachable() to arch_cpu_idle_dead()
authorJosh Poimboeuf <jpoimboe@kernel.org>
Thu, 16 Feb 2023 18:38:55 +0000 (10:38 -0800)
committerJosh Poimboeuf <jpoimboe@kernel.org>
Mon, 6 Mar 2023 23:34:04 +0000 (15:34 -0800)
commitb40c7d6d31ac2f6b78371cdc08bc1b6b62f01375
treec18b0e4eefbb114af9dafe584336613e615f15e6
parent550db6795e9bb0b1b40f9c52bbe3d0ee735dbdb0
arm/cpu: Add unreachable() to arch_cpu_idle_dead()

arch_cpu_idle_dead() doesn't return.  Make that visible to the compiler
with an unreachable() code annotation.

Link: https://lkml.kernel.org/r/20230216183851.s5bnvniomq44rytu@treble
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
arch/arm/kernel/smp.c