aboutsummaryrefslogtreecommitdiffstats
path: root/include/bl31
diff options
context:
space:
mode:
authorAchin Gupta <achin.gupta@arm.com>2015-09-14 21:49:10 +0100
committerAchin Gupta <achin.gupta@arm.com>2015-09-14 21:49:10 +0100
commit7dc28e9c6e577c5151d0a6df7165f7d21f509f5f (patch)
tree7b8ca90411e2c16b3334cdb92beb7e72683d1707 /include/bl31
parent84e1903689764718d6c79300a3ce1f764a6f468c (diff)
parentc3ec0b9ea4274120c6e82d86ccc427f13f65fa59 (diff)
downloadplatform_external_arm-trusted-firmware-7dc28e9c6e577c5151d0a6df7165f7d21f509f5f.tar.gz
platform_external_arm-trusted-firmware-7dc28e9c6e577c5151d0a6df7165f7d21f509f5f.tar.bz2
platform_external_arm-trusted-firmware-7dc28e9c6e577c5151d0a6df7165f7d21f509f5f.zip
Merge pull request #390 from vikramkanigiri/at/unify_bakery_locks_v2
Re-design bakery lock allocation and algorithm
Diffstat (limited to 'include/bl31')
-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 30a53ca27..6298a4046 100644
--- a/include/bl31/services/psci.h
+++ b/include/bl31/services/psci.h
@@ -251,9 +251,6 @@ typedef struct psci_cpu_data {
/* The local power state of this CPU */
plat_local_state_t local_state;
-#if !USE_COHERENT_MEM
- bakery_info_t pcpu_bakery_info[PSCI_NUM_NON_CPU_PWR_DOMAINS];
-#endif
} psci_cpu_data_t;
/*******************************************************************************