diff options
author | Will Deacon <will@kernel.org> | 2022-12-06 11:21:21 +0000 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2022-12-06 11:21:21 +0000 |
commit | c947948f7aa4fc8ffca598866f1955fad2860b72 (patch) | |
tree | 373f043e4580b61a0276abfc9d7a88badb9e1590 /Documentation/arm64 | |
parent | 37f5d61a96a16431549f7c0641086b4a9bb52601 (diff) | |
parent | 453dfcee70c5c344ca09396ff5b0baf177eb327e (diff) |
Merge branch 'for-next/mm' into for-next/core
* for-next/mm:
arm64: booting: Require placement within 48-bit addressable memory
arm64: mm: kfence: only handle translation faults
arm64/mm: Simplify and document pte_to_phys() for 52 bit addresses
Diffstat (limited to 'Documentation/arm64')
-rw-r--r-- | Documentation/arm64/booting.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/arm64/booting.rst b/Documentation/arm64/booting.rst index 8c324ad638de..5a764fabfea8 100644 --- a/Documentation/arm64/booting.rst +++ b/Documentation/arm64/booting.rst @@ -121,8 +121,9 @@ Header notes: to the base of DRAM, since memory below it is not accessible via the linear mapping 1 - 2MB aligned base may be anywhere in physical - memory + 2MB aligned base such that all image_size bytes + counted from the start of the image are within + the 48-bit addressable range of physical memory Bits 4-63 Reserved. ============= =============================================================== |