aboutsummaryrefslogtreecommitdiff
path: root/original/uapi/linux/psci.h
diff options
context:
space:
mode:
Diffstat (limited to 'original/uapi/linux/psci.h')
-rw-r--r--original/uapi/linux/psci.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/original/uapi/linux/psci.h b/original/uapi/linux/psci.h
index 2bf93c0..2fcad1d 100644
--- a/original/uapi/linux/psci.h
+++ b/original/uapi/linux/psci.h
@@ -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 \