Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Apr 2006 02:03:14 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 95974 for review
Message-ID:  <200604240203.k3O23EPN052157@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=95974

Change 95974 by kmacy@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))



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604240203.k3O23EPN052157>