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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"