summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
authorAchin Gupta <achin.gupta@arm.com>2014-06-26 08:59:07 +0100
committerAchin Gupta <achin.gupta@arm.com>2014-07-19 23:31:52 +0100
commitafff8cbdd816ca9b0d71ab54882ce70b21ed84e1 (patch)
tree45cd0afb3cdcc7db4fd42669e0430a57fa396768 /services
parent754a2b7a092d3cf81767f1b5a6ab61531792e45f (diff)
Make enablement of the MMU more flexible
This patch adds a 'flags' parameter to each exception level specific function responsible for enabling the MMU. At present only a single flag which indicates whether the data cache should also be enabled is implemented. Subsequent patches will use this flag when enabling the MMU in the warm boot paths. Change-Id: I0eafae1e678c9ecc604e680851093f1680e9cefa
Diffstat (limited to 'services')
-rw-r--r--services/std_svc/psci/psci_afflvl_on.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/std_svc/psci/psci_afflvl_on.c b/services/std_svc/psci/psci_afflvl_on.c
index d6201724..1551cfe8 100644
--- a/services/std_svc/psci/psci_afflvl_on.c
+++ b/services/std_svc/psci/psci_afflvl_on.c
@@ -361,7 +361,7 @@ static unsigned int psci_afflvl0_on_finish(aff_map_node_t *cpu_node)
/*
* Arch. management: Turn on mmu & restore architectural state
*/
- bl31_plat_enable_mmu();
+ bl31_plat_enable_mmu(0);
/*
* All the platform specific actions for turning this cpu