Revert "FROMLIST: KVM: arm64: Expose PSCI SYSTEM_RESET2 call to the guest"

This reverts commit 25aa354adb.

Bug: 233587962
Signed-off-by: Will Deacon <willdeacon@google.com>
Change-Id: I2fe4cc1a129872e0cd5d65ae974a358b23895526
This commit is contained in:
Will Deacon
2022-07-07 15:49:14 +01:00
parent fb05e4fb48
commit 4c29fddedd
2 changed files with 4 additions and 33 deletions

View File

@@ -82,10 +82,6 @@
#define PSCI_0_2_TOS_UP_NO_MIGRATE 1
#define PSCI_0_2_TOS_MP 2
/* PSCI v1.1 reset type encoding for SYSTEM_RESET2 */
#define PSCI_1_1_RESET_TYPE_SYSTEM_WARM_RESET 0
#define PSCI_1_1_RESET_TYPE_VENDOR_START 0x80000000U
/* PSCI version decoding (independent of PSCI version) */
#define PSCI_VERSION_MAJOR_SHIFT 16
#define PSCI_VERSION_MINOR_MASK \