Date: Sun, 19 May 2002 15:28:57 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 trap.c Message-ID: <200205192228.g4JMSwJ29249@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2002/05/19 15:28:57 PDT Modified files: sys/ia64/ia64 trap.c Log: Fix a kernel page fault when accessing user memory. We were combining too much conditions and as such ended up with the kernel map instead of the corresponding process map. While here, remove code to allow access to the stackgap and restyle slightly to improve readability. This fix specifically fixes the procfs failure we're having when reading the process map (cat /proc/curproc/map) Revision Changes Path 1.54 +38 -57 src/sys/ia64/ia64/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205192228.g4JMSwJ29249>