Module Name: src Committed By: martin Date: Tue Jan 21 11:11:00 UTC 2020
Modified Files: src/sys/arch/aarch64/aarch64 [netbsd-9]: aarch64_machdep.c locore.S Log Message: Pull up following revision(s) (requested by ryo in ticket #617): sys/arch/aarch64/aarch64/aarch64_machdep.c: revision 1.37 sys/arch/aarch64/aarch64/locore.S: revision 1.50 fix panic when modload. panic: kernel diagnostic assertion "!pmap_extract(pmap_kernel(), loopva, NULL)" failed: file "../../../../uvm/uvm_km.c", line 674 loopva=0xffffffc001000000' The space allocated by bootpage_alloc() is only used as a physical page for pagetable pages, so there is no need to map it with KVA. And kernend_extra should not have consumed any KVA space. To generate a diff of this commit: cvs rdiff -u -r1.28.4.1 -r1.28.4.2 \ src/sys/arch/aarch64/aarch64/aarch64_machdep.c cvs rdiff -u -r1.39.2.4 -r1.39.2.5 src/sys/arch/aarch64/aarch64/locore.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.