cvs commit: src/sys/kern kern_cpu.c
Nate Lawson
njl at FreeBSD.org
Tue Oct 30 15:18:09 PDT 2007
njl 2007-10-30 22:18:09 UTC
FreeBSD src repository
Modified files:
sys/kern kern_cpu.c
Log:
If we're on an SMP kernel and there is more than 1 CPU, reject any attempts
to change the freq before the other CPUs are active. The current code
always attempts to change all CPUs to match each other, and the requisite
sched_bind() call won't work before APs are launched.
Revision Changes Path
1.28 +17 -1 src/sys/kern/kern_cpu.c
More information about the cvs-src
mailing list