|
@@ -25,8 +25,6 @@
|
|
|
|
|
|
#include <kvm/arm_psci.h>
|
|
#include <kvm/arm_psci.h>
|
|
|
|
|
|
-#include <uapi/linux/psci.h>
|
|
|
|
-
|
|
|
|
/*
|
|
/*
|
|
* This is an implementation of the Power State Coordination Interface
|
|
* This is an implementation of the Power State Coordination Interface
|
|
* as described in ARM document number ARM DEN 0022A.
|
|
* as described in ARM document number ARM DEN 0022A.
|
|
@@ -222,7 +220,7 @@ static int kvm_psci_0_2_call(struct kvm_vcpu *vcpu)
|
|
* Bits[31:16] = Major Version = 0
|
|
* Bits[31:16] = Major Version = 0
|
|
* Bits[15:0] = Minor Version = 2
|
|
* Bits[15:0] = Minor Version = 2
|
|
*/
|
|
*/
|
|
- val = 2;
|
|
|
|
|
|
+ val = KVM_ARM_PSCI_0_2;
|
|
break;
|
|
break;
|
|
case PSCI_0_2_FN_CPU_SUSPEND:
|
|
case PSCI_0_2_FN_CPU_SUSPEND:
|
|
case PSCI_0_2_FN64_CPU_SUSPEND:
|
|
case PSCI_0_2_FN64_CPU_SUSPEND:
|