aboutsummaryrefslogtreecommitdiff
path: root/include/runtime_services/psci.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/runtime_services/psci.h')
-rw-r--r--include/runtime_services/psci.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/runtime_services/psci.h b/include/runtime_services/psci.h
index 1ecfc63d6..f93ee407a 100644
--- a/include/runtime_services/psci.h
+++ b/include/runtime_services/psci.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018, Arm Limited. All rights reserved.
+ * Copyright (c) 2018-2020, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -67,7 +67,7 @@
/*
* Architecture-specific SMC function IDs
*/
-#ifndef AARCH32
+#ifdef __aarch64__
#define SMC_PSCI_CPU_SUSPEND SMC_PSCI_CPU_SUSPEND_AARCH64
#define SMC_PSCI_CPU_ON SMC_PSCI_CPU_ON_AARCH64
#define SMC_PSCI_AFFINITY_INFO SMC_PSCI_AFFINITY_INFO_AARCH64