]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: smp: add missing completion for secondary boot
authorWill Deacon <will.deacon@arm.com>
Wed, 7 Nov 2012 17:00:05 +0000 (17:00 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 8 Nov 2012 16:06:21 +0000 (16:06 +0000)
commit4d766937cdce72e52e73d3682432779d235dd84f
tree19d41ca9a8c8ea9b10a9e40ccd53faecb13d5a32
parent6578b6ce618093de6733ba2f5beb0c2559a42d3c
arm64: smp: add missing completion for secondary boot

Commit 5249ced2c612 ("ARM: SMP: use a timing out completion for cpu
hotplug") modified arm's CPU up path to use completions. It seems that
we only got half of this patch for arm64, so add the missing call to
complete.

Reported-by: Jon Brawn <jon.brawn@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/smp.c