Date: Thu, 16 Jun 2005 13:21:52 +0000 (UTC) From: Olivier Houchard <cognet@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/arm/arm trap.c Message-ID: <200506161321.j5GDLqER022129@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
cognet 2005-06-16 13:21:52 UTC FreeBSD src repository Modified files: sys/arm/arm trap.c Log: Don't pass the kernel_pmap to pmap_fault_fixup() if the fault comes from kernel mode, always use the curthread pmap instead. There are valid cases were we can fault on a user address from the kernel without pcb_onfault being set. Approved by: re (blanket) Revision Changes Path 1.16 +2 -2 src/sys/arm/arm/trap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506161321.j5GDLqER022129>