PERFORCE change 143702 for review

Marko Zec zec at FreeBSD.org
Wed Jun 18 16:25:45 UTC 2008


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

Change 143702 by zec at zec_tpx32 on 2008/06/18 16:25:26

	Unbreak option SCHED_4BSD kernel builds.

Affected files ...

.. //depot/projects/vimage/src/sys/kern/kern_exit.c#19 edit

Differences ...

==== //depot/projects/vimage/src/sys/kern/kern_exit.c#19 (text+ko) ====

@@ -418,7 +418,7 @@
 	LIST_REMOVE(p, p_list);
 	LIST_INSERT_HEAD(&zombproc, p, p_list);
 	LIST_REMOVE(p, p_hash);
-#if defined(VIMAGE) && defined(SCHED_4BSD)
+#if defined(NOTYET) && defined(VIMAGE) && defined(SCHED_4BSD)
 	if (P_TO_VPROCG(p) != P_TO_VPROCG(p->p_pptr))
 		sched_load_reassign(P_TO_VPROCG(p), P_TO_VPROCG(p->p_pptr));
 #endif


More information about the p4-projects mailing list