PERFORCE change 72823 for review

David Xu davidxu at FreeBSD.org
Wed Mar 9 23:48:44 PST 2005


http://perforce.freebsd.org/chv.cgi?CH=72823

Change 72823 by davidxu at davidxu_celeron on 2005/03/10 07:48:06

	Fix copy-past bug.

Affected files ...

.. //depot/projects/davidxu_thread/src/sys/kern/kern_thr.c#10 edit

Differences ...

==== //depot/projects/davidxu_thread/src/sys/kern/kern_thr.c#10 (text+ko) ====

@@ -149,7 +149,7 @@
 			if (p->p_procscopegrp == NULL) {
 				p->p_procscopegrp = newkg;
 				sched_init_concurrency(newkg);
-				sched_set_concurrency(kg,
+				sched_set_concurrency(newkg,
 				    thr_concurrency ? thr_concurrency : (2*mp_ncpus));
 				linkkg = 1;
 			} else {


More information about the p4-projects mailing list