Date: Sun, 19 Aug 2007 20:34:14 +0000 (UTC) From: Nate Lawson <njl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_cpu.c Message-ID: <200708192034.l7JKYEC0091321@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
njl 2007-08-19 20:34:14 UTC FreeBSD src repository Modified files: sys/kern kern_cpu.c Log: Use a different loop variable for the inner loop. This previous reuse could have caused a hang, but we got lucky with the available multi-CPU states on actual hardware. Submitted by: Bjorn Koenig <bkoenig / alpha-tierchen.de> Approved by: re MFC after: 3 days Revision Changes Path 1.26 +4 -4 src/sys/kern/kern_cpu.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708192034.l7JKYEC0091321>