Skip to content
Commit d7c5d0dc authored by Catalin Marinas's avatar Catalin Marinas Committed by Russell King
Browse files

ARM: 7077/1: LPAE: Use a mask for physical addresses in page table entries



With LPAE, the physical address mask is 40-bit while the page table
entry is 64-bit. This patch introduces PHYS_MASK for the 2-level page
table format, defined as ~0UL.

Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 442e70c0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment