Date: Sat, 25 Jun 2005 22:14:42 +0000 (UTC) From: Stephan Uphoff <ups@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 trap.c src/sys/amd64/amd64 trap.c Message-ID: <200506252214.j5PMEgip000380@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ups 2005-06-25 22:14:42 UTC FreeBSD src repository Modified files: sys/i386/i386 trap.c sys/amd64/amd64 trap.c Log: Disable the interrupts in trap_fatal before calling kdb_trap. (required now that critical sections no longer block interrupts) Reviewed by: jhb@ Approved by: re (scottl) Tested by: kris@,glebius@ Revision Changes Path 1.288 +9 -2 src/sys/amd64/amd64/trap.c 1.276 +9 -2 src/sys/i386/i386/trap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506252214.j5PMEgip000380>