Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Aug 2006 09:27:40 GMT
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 102907 for review
Message-ID:  <200608010927.k719ReVa060118@repoman.freebsd.org>

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

Change 102907 by rdivacky@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;



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