> I would like to find a method which determines the current number of
> active CPUs.

> Is there a better method than checking that sysctl and divide the
> hw.ncpu by two if set?

You are probably looking for:

   min(number of '0' bits in machdep.hlt_cpus, hw.ncpu)
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to