cvs commit: src/sys/kern kern_cpu.c
Nate Lawson
njl at FreeBSD.org
Sun Aug 19 13:34:15 PDT 2007
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
More information about the cvs-src
mailing list