diff options
author | Mark Rutland <[email protected]> | 2019-08-14 14:28:48 +0100 |
---|---|---|
committer | Will Deacon <[email protected]> | 2019-08-14 17:06:58 +0100 |
commit | 77ad4ce69321abbe26ec92b2a2691a66531eb688 (patch) | |
tree | 22698a3b56a62124fc144dc7424d3050f47b0bc9 /scripts/patch-kernel | |
parent | 233947ef16a18952d22786770dab1ddafa1ac377 (diff) |
arm64: memory: rename VA_START to PAGE_END
Prior to commit:
14c127c957c1c607 ("arm64: mm: Flip kernel VA space")
... VA_START described the start of the TTBR1 address space for a given
VA size described by VA_BITS, where all kernel mappings began.
Since that commit, VA_START described a portion midway through the
address space, where the linear map ends and other kernel mappings
begin.
To avoid confusion, let's rename VA_START to PAGE_END, making it clear
that it's not the start of the TTBR1 address space and implying that
it's related to PAGE_OFFSET. Comments and other mnemonics are updated
accordingly, along with a typo fix in the decription of VMEMMAP_SIZE.
There should be no functional change as a result of this patch.
Signed-off-by: Mark Rutland <[email protected]>
Cc: Catalin Marinas <[email protected]>
Tested-by: Steve Capper <[email protected]>
Reviewed-by: Steve Capper <[email protected]>
Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions