Date: Tue, 4 Apr 2006 00:40:20 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_kdb.c Message-ID: <200604040040.k340eKd0075308@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2006-04-04 00:40:20 UTC FreeBSD src repository Modified files: sys/kern subr_kdb.c Log: Increment kdb_active after we stopped the other CPUs and decrement kdb_active before we restart them. This avoids false positives on restarted CPUs when they test for kdb_active while kdb_trap() is still finishing up. Revision Changes Path 1.21 +4 -4 src/sys/kern/subr_kdb.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604040040.k340eKd0075308>