]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "arm64: hibernate: Refuse to hibernate if the boot cpu is offline"
authorJames Morse <james.morse@arm.com>
Wed, 17 Aug 2016 12:50:27 +0000 (13:50 +0100)
committerWill Deacon <will.deacon@arm.com>
Fri, 26 Aug 2016 10:21:25 +0000 (11:21 +0100)
commitdf3d42381946daa13b87f5d21f10cd7330a90572
tree2168c8b1c1a10da451c3815ad7172ef7cd35d16d
parent75bd4b586fa3a03e6a34a8ea30f694cb304e4981
Revert "arm64: hibernate: Refuse to hibernate if the boot cpu is offline"

Now that we use the MPIDR to resume on the same CPU that we hibernated on,
we no longer need to refuse to hibernate if the boot cpu is offline. (Which
we can't possibly know if kexec causes logical CPUs to be renumbered).

This reverts commit 7c0e8d506b745e012b6e7341adbbab4ae51dcc80.

Signed-off-by: James Morse <james.morse@arm.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/hibernate.c