Date: Sat, 25 Jun 2011 10:28:16 +0000 (UTC) From: Andriy Gapon <avg@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern subr_kdb.c Message-ID: <201106251028.p5PASPjB091818@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
avg 2011-06-25 10:28:16 UTC
FreeBSD src repository
Modified files:
sys/kern subr_kdb.c
Log:
SVN rev 223531 on 2011-06-25 10:28:16Z by avg
unconditionally stop other cpus when entering kdb in smp system
... and thus retire debug.kdb.stop_cpus tunable/sysctl.
The knob was to work around CPU stopping issues, which since have been
either fixed or greatly reduced. kdb should really operate in a special
environment with scheduler stopped and interrupts disabled to provide
deterministic debugging.
Discussed with: attilio, rwatson
X-MFC after: 2 months or never
Revision Changes Path
1.37 +2 -21 src/sys/kern/subr_kdb.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106251028.p5PASPjB091818>
