Skip to content
Commit 6a00cded authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] pgtable: rearrange file PTE bit allocation



For future compatibility, we need to ensure that swap and file Linux
PTEs conform with the hardware PTEs "fault" encoding.  Swap PTEs
already fit in with this, but file PTEs do not.  Shift them by one
bit to ensure that they conform, using bit 2 to distinguish between
swap and file PTEs.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent f7a55fa6
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