]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: Check if a CPU has gone offline
authorAshwin Chaugule <ashwin.chaugule@linaro.org>
Wed, 7 May 2014 14:18:36 +0000 (10:18 -0400)
committerAshwin Chaugule <ashwin.chaugule@linaro.org>
Thu, 15 May 2014 14:16:30 +0000 (10:16 -0400)
commit99c3800ddc3b2fe99b495c42b88138738f8d7490
tree75ff2a914c476700b4a2272c523416d7d4cb3328
parent6ad51f26818d8f219a7faac10bc3a6b941bbcafd
ARM: Check if a CPU has gone offline

PSCIv0.2 adds a new function called AFFINITY_INFO, which
can be used to query if a specified CPU has actually gone
offline. Calling this function via cpu_kill ensures that
a CPU has quiesced after a call to cpu_die. This helps
prevent the CPU from doing arbitrary bad things when data
or instructions are clobbered (as happens with kexec)
in the window between a CPU announcing that it is dead
and said CPU leaving the kernel.

Signed-off-by: Ashwin Chaugule <ashwin.chaugule@linaro.org>
Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm/kernel/psci_smp.c
arch/arm64/include/asm/cpu_ops.h
arch/arm64/kernel/psci.c
arch/arm64/kernel/smp.c