Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 May 2006 07:05:46 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 96647 for review
Message-ID:  <200605040705.k4475kdW008774@repoman.freebsd.org>

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

Change 96647 by kmacy@kmacy_storage:sun4v_rwbuf on 2006/05/04 07:04:46

	don't need to throttle to less than MAXCPU any more

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/mp_machdep.c#7 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/mp_machdep.c#7 (text+ko) ====

@@ -316,12 +316,8 @@
 		pc->pc_node = child;
 
 		all_cpus |= 1 << cpuid;
-#if 0
+
 		if (mp_ncpus == MAXCPU)
-#else 
-		if (mp_ncpus == 4)
-#endif
-
 			break;
 	}
 	PCPU_SET(other_cpus, all_cpus & ~(1 << PCPU_GET(cpuid)));



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