aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/dwc
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2015-06-01 13:40:33 +0200
committerCatalin Marinas <catalin.marinas@arm.com>2015-06-02 17:44:51 +0100
commit5dfe9d7d23c26d029415379630523f141a748c5b (patch)
tree8ffc7d85d1f3bb5cd4021b115fe965aa290cb837 /sound/soc/dwc
parent61bd93ce801bb6df36eda257a9d2d16c02863cdd (diff)
downloadlinux-5dfe9d7d23c26d029415379630523f141a748c5b.tar.gz
arm64: reduce ID map to a single page
Commit ea8c2e112445 ("arm64: Extend the idmap to the whole kernel image") changed the early page table code so that the entire kernel Image is covered by the identity map. This allows functions that need to enable or disable the MMU to reside anywhere in the kernel Image. However, this change has the unfortunate side effect that the Image cannot cross a physical 512 MB alignment boundary anymore, since the early page table code cannot deal with the Image crossing a /virtual/ 512 MB alignment boundary. So instead, reduce the ID map to a single page, that is populated by the contents of the .idmap.text section. Only three functions reside there at the moment: __enable_mmu(), cpu_resume_mmu() and cpu_reset(). If new code is introduced that needs to manipulate the MMU state, it should be added to this section as well. Reviewed-by: Mark Rutland <mark.rutland@arm.com> Tested-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'sound/soc/dwc')
0 files changed, 0 insertions, 0 deletions