]> git.baikalelectronics.ru Git - kernel.git/commit
arm/arm64: KVM: Don't clear the VCPU_POWER_OFF flag
authorChristoffer Dall <christoffer.dall@linaro.org>
Tue, 2 Dec 2014 14:27:51 +0000 (15:27 +0100)
committerChristoffer Dall <christoffer.dall@linaro.org>
Sat, 13 Dec 2014 13:15:25 +0000 (14:15 +0100)
commite540ddfb1c494999e0cbe449690bd14c15b1115e
treeab10f7288b4405beb79d015592fdbf1b1725c6c8
parentb4713a779c3fd9f6d02596c431cae66ebc12ca1e
arm/arm64: KVM: Don't clear the VCPU_POWER_OFF flag

If a VCPU was originally started with power off (typically to be brought
up by PSCI in SMP configurations), there is no need to clear the
POWER_OFF flag in the kernel, as this flag is only tested during the
init ioctl itself.

Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
arch/arm/kvm/arm.c