CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/02/03 02:45:05
Modified files:
sys/arch/arm64/arm64: pmap.c
Log message:
Don't use PTE_RPGN to mask away the lower page bits from a virtual
address. PTE_RPGN only returns the physical bits that can be used,
thus truncating virtual addresses, specifically in kernel address
space.
