commit | 6e99433edc51b328af3985445eff5cf81622d00f | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@linaro.org> | Wed Mar 08 12:10:52 2023 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Mar 14 21:49:36 2023 +0100 |
tree | a1f36338acc5c7bdd85d7cb741aa160a81371c13 | |
parent | dd884cc27faa922a35501c4f1f98d5ab0b217a4a [diff] |
core: remove keep pager directive on core_init_mmu_regs() Function core_init_mmu_regs() does not need to be unpaged, it is needed at core initialization before MMU is setup. Remove DECLARE_KEEP_PAGER() directive (as done in core_mmu_lpae.c) as core_init_mmu_map() already brings core_init_mmu_regs() in the init sections. Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers