Date: Wed, 18 Dec 1996 11:12:06 -0800 (PST) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 trap.c Message-ID: <199612181912.LAA22218@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 96/12/18 11:12:04 Modified: sys/i386/i386 trap.c Log: Only handle copyin/out/etc faults when not in an interrupt handler. This makes unexpected faults (in an interrupt handler) more likely to crash properly. It could be done even better (more robustly and more efficiently) using lazy fault handling. Revision Changes Path 1.84 +9 -8 src/sys/i386/i386/trap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612181912.LAA22218>