diff options
author | danh-arm <dan.handley@arm.com> | 2015-02-25 09:54:41 -0800 |
---|---|---|
committer | danh-arm <dan.handley@arm.com> | 2015-02-25 09:54:41 -0800 |
commit | 0412c66a9e5a55e960055d80e2ff604fadf1ca3e (patch) | |
tree | f0b7ba861146a522e1a672e2c307d8320b4deb5f /plat/juno/plat_topology.c | |
parent | f578d5e1a3068fc0a9e6e1c9f024b89f945d691b (diff) | |
parent | 8c32bc26e7bc58f028c1b31dd226610d3d388237 (diff) |
Merge pull request #259 from soby-mathew/sm/plat_max_afflvl
Export maximum affinity using PLATFORM_MAX_AFFLVL macro
Diffstat (limited to 'plat/juno/plat_topology.c')
-rw-r--r-- | plat/juno/plat_topology.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plat/juno/plat_topology.c b/plat/juno/plat_topology.c index 39d4dabc..c22edda2 100644 --- a/plat/juno/plat_topology.c +++ b/plat/juno/plat_topology.c @@ -48,11 +48,6 @@ unsigned int plat_get_aff_state(unsigned int aff_lvl, unsigned long mpidr) return aff_lvl <= MPIDR_AFFLVL1 ? PSCI_AFF_PRESENT : PSCI_AFF_ABSENT; } -int plat_get_max_afflvl() -{ - return MPIDR_AFFLVL1; -} - int plat_setup_topology() { /* Juno todo: Make topology configurable via SCC */ |