diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-02-16 15:52:38 +0300 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2016-02-18 21:16:34 +0300 |
commit | 157962f5a8f236cab898b68bdaa69ce68922f0bf (patch) | |
tree | d99113669c4d0f4ab29cd42db31818ff090b51c4 /arch/arm64/mm/Makefile | |
parent | 6533945a32c762c5db70d7a3ec251a040b2d9661 (diff) | |
download | linux-157962f5a8f236cab898b68bdaa69ce68922f0bf.tar.xz |
arm64: decouple early fixmap init from linear mapping
Since the early fixmap page tables are populated using pages that are
part of the static footprint of the kernel, they are covered by the
initial kernel mapping, and we can refer to them without using __va/__pa
translations, which are tied to the linear mapping.
Since the fixmap page tables are disjoint from the kernel mapping up
to the top level pgd entry, we can refer to bm_pte[] directly, and there
is no need to walk the page tables and perform __pa()/__va() translations
at each step.
Reviewed-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 'arch/arm64/mm/Makefile')
0 files changed, 0 insertions, 0 deletions