Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Feb 2006 18:38:21 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 92215 for review
Message-ID:  <200602221838.k1MIcL2a071633@repoman.freebsd.org>

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

Change 92215 by jhb@jhb_slimer on 2006/02/22 18:37:51

	Remove this XXX.  The only time it wouldn't be curthread here is
	if a multithreaded process was doing a coredump, and in that case
	td->td_proc == curproc, and we know the process hasn't exited yet,
	so P_WEXIT isn't set yet.

Affected files ...

.. //depot/projects/smpng/sys/ia64/ia64/machdep.c#102 edit

Differences ...

==== //depot/projects/smpng/sys/ia64/ia64/machdep.c#102 (text+ko) ====

@@ -1097,7 +1097,6 @@
 		r->rnat = (bspst > kstk && (bspst & 0x1ffL) < (kstk & 0x1ffL))
 		    ? *(uint64_t*)(kstk | 0x1f8L) : rnat;
 	} else {
-		/* XXX: What if P_WEXIT is set? */
 		PHOLD(td->td_proc);
 		iov.iov_base = (void*)(uintptr_t)kstk;
 		iov.iov_len = r->ndirty;



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