Module Name: src Committed By: ryo Date: Fri Oct 12 01:13:51 UTC 2018
Modified Files: src/sys/arch/aarch64/aarch64: pmap.c Log Message: - cleanup checking address ranges with IN_RANGE macro - change PM_ADDR_CHECK macro to KASSERTMSG - restore fast lookup cases with IN_RANGE macro for pmap_extract changed in my previous commit. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/arch/aarch64/aarch64/pmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.