PERFORCE change 102907 for review

Roman Divacky rdivacky at FreeBSD.org
Tue Aug 1 09:27:42 UTC 2006


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

Change 102907 by rdivacky at rdivacky_witten on 2006/08/01 09:27:17

	Dont clear the address we are about to use for futex wakeup.

Affected files ...

.. //depot/projects/soc2006/rdivacky_linuxolator/i386/linux/linux_machdep.c#29 edit

Differences ...

==== //depot/projects/soc2006/rdivacky_linuxolator/i386/linux/linux_machdep.c#29 (text+ko) ====

@@ -1243,8 +1243,6 @@
 		   	return;
 		}
 
-		em->child_clear_tid = NULL;
-
 		/* futexes stuff */
 		cup.uaddr = em->child_clear_tid;
 		cup.op = LINUX_FUTEX_WAKE;


More information about the p4-projects mailing list