aboutsummaryrefslogtreecommitdiff
path: root/include/bl31/services/psci.h
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2014-06-23 18:04:29 +0100
committerdanh-arm <dan.handley@arm.com>2014-06-23 18:04:29 +0100
commit41cf7bdfd7114ee437d165974367a483636df76d (patch)
treed3c246819aec7ff01ec1cd83ebd658c86d3ef623 /include/bl31/services/psci.h
parent47fe640c97603b313994bb0d37a48d01e53213eb (diff)
parent6c0b45d1ceb13cb409f8d62d712d6f0c44feab6c (diff)
Merge pull request #145 from athoelke/at/psci-memory-optimization-v2
PSCI memory optimizations (v2)
Diffstat (limited to 'include/bl31/services/psci.h')
-rw-r--r--include/bl31/services/psci.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/bl31/services/psci.h b/include/bl31/services/psci.h
index 887c4ce..77f406d 100644
--- a/include/bl31/services/psci.h
+++ b/include/bl31/services/psci.h
@@ -128,9 +128,6 @@
#define psci_validate_power_state(pstate) (pstate & PSTATE_VALID_MASK)
-/* Number of affinity instances whose state this psci imp. can track */
-#define PSCI_NUM_AFFS 32ull
-
#ifndef __ASSEMBLY__
#include <stdint.h>