]> 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)
commit24e053e67acc415fe61823ea8c1fc756259928d5
tree2168c8b1c1a10da451c3815ad7172ef7cd35d16d
parent52f7c076e838146dcf33f034b91d63fd61a21eea
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 1e21e6677f2b7b49c787d929cc0eeca943965075.

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