diff options
author | danh-arm <dan.handley@arm.com> | 2014-06-23 18:04:29 +0100 |
---|---|---|
committer | danh-arm <dan.handley@arm.com> | 2014-06-23 18:04:29 +0100 |
commit | 41cf7bdfd7114ee437d165974367a483636df76d (patch) | |
tree | d3c246819aec7ff01ec1cd83ebd658c86d3ef623 /services/std_svc/psci/psci_common.c | |
parent | 47fe640c97603b313994bb0d37a48d01e53213eb (diff) | |
parent | 6c0b45d1ceb13cb409f8d62d712d6f0c44feab6c (diff) |
Merge pull request #145 from athoelke/at/psci-memory-optimization-v2
PSCI memory optimizations (v2)
Diffstat (limited to 'services/std_svc/psci/psci_common.c')
-rw-r--r-- | services/std_svc/psci/psci_common.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/services/std_svc/psci/psci_common.c b/services/std_svc/psci/psci_common.c index d69c5f51..87be843b 100644 --- a/services/std_svc/psci/psci_common.c +++ b/services/std_svc/psci/psci_common.c @@ -46,13 +46,6 @@ const spd_pm_ops_t *psci_spd_pm; /******************************************************************************* - * Arrays that contains information needs to resume a cpu's execution when woken - * out of suspend or off states. Each cpu is allocated a single entry in each - * array during startup. - ******************************************************************************/ -suspend_context_t psci_suspend_context[PSCI_NUM_AFFS]; - -/******************************************************************************* * Grand array that holds the platform's topology information for state * management of affinity instances. Each node (aff_map_node) in the array * corresponds to an affinity instance e.g. cluster, cpu within an mpidr |