Skip to content
Snippets Groups Projects
Commit c05016ab authored by Alexander Graf's avatar Alexander Graf Committed by York Sun
Browse files

arm64: Fix layerscape mmu setup


With commit 7985cdf7 we converted all systems except for the Layerscape
SoCs to the generic descriptor table based page table setup.

On the Layerscape SoCs however, we just provide an empty table stub
and do the setup ourselves. To reserve enough memory for the tables,
we need to override the default counting mechanism which would end up
with an empty table because we have no maps.

Fixes: 7985cdf7
Reported-by: default avatarYork Sun <york.sun@nxp.com>
CC: Alison Wang <alison.wang@nxp.com>
CC: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
Tested-by: default avatarYork Sun <york.sun@nxp.com>
Reviewed-by: default avatarYork Sun <york.sun@nxp.com>
parent f23baa57
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment