summaryrefslogtreecommitdiff
path: root/Documentation/ja_JP
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2016-06-29 15:51:27 +0300
committerCatalin Marinas <catalin.marinas@arm.com>2016-07-01 13:56:26 +0300
commitbd264d046aad25e9922a142a7831e6841a2f0474 (patch)
treebc11e20fc1c2a0c307ac34e3a372f6f57733e60c /Documentation/ja_JP
parent53e1b32910a3bc94d9f122321442b79b314219f8 (diff)
downloadlinux-bd264d046aad25e9922a142a7831e6841a2f0474.tar.xz
arm64: efi: always map runtime services code and data regions down to pages
To avoid triggering diagnostics in the MMU code that are finicky about splitting block mappings into more granular mappings, ensure that regions that are likely to appear in the Memory Attributes table as well as the UEFI memory map are always mapped down to pages. This way, we can use apply_to_page_range() instead of create_pgd_mapping() for the second pass, which cannot split or merge block entries, and operates strictly on PTEs. Note that this aligns the arm64 Memory Attributes table handling code with the ARM code, which already uses apply_to_page_range() to set the strict permissions. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'Documentation/ja_JP')
0 files changed, 0 insertions, 0 deletions