"Ryo Shimizu" writes: > Module Name: src > Committed By: ryo > Date: Mon Sep 17 00:15:55 UTC 2018 > > Modified Files: > src/sys/arch/aarch64/aarch64: pmap.c > > Log Message: > delete debug printf and KASSERT.
i'm confused by this (moved) comment: /* pte is readable and writable, but occured fault? probably copy(9) */ this sounds sound wrong. under what conditions will it happen? copy(9)'s faults is about handling the userspace not being mapped at all, not getting faults while r/w. is there a stack trace related to the case? thanks. .mrg.