Skip to content
Commit 668bc386 authored by Russell King's avatar Russell King
Browse files

ARM: SMP implementations are not supposed to return from smp_ops.cpu_die()



Although we allow recovery in this case, this is not supposed to be
the normal path for hotplugging a CPU back in.  This path only exists
to serve those rare platforms where it's not possible to power down
the CPU or reset the CPU.  This patch causes the kernel to print a
message when a platform uses this path.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 571b1437
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment