PERFORCE change 95974 for review
Kip Macy
kmacy at FreeBSD.org
Mon Apr 24 02:03:15 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=95974
Change 95974 by kmacy at kmacy_storage:sun4v_rwbuf on 2006/04/24 02:02:55
remove ipi_ready_mask
Affected files ...
.. //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/mp_machdep.c#6 edit
Differences ...
==== //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/mp_machdep.c#6 (text+ko) ====
@@ -519,7 +519,7 @@
*/
cpulist = PCPU_GET(cpulist);
- cpus = ((icpus & ~PCPU_GET(cpumask)) & ipi_ready_mask);
+ cpus = (icpus & ~PCPU_GET(cpumask));
for (cpu_count = 0, i = 0; i < 32 && cpus; cpus = cpus >> 1, i++) {
if (!(cpus & 0x1))
More information about the p4-projects
mailing list