PERFORCE change 92215 for review

John Baldwin jhb at FreeBSD.org
Wed Feb 22 10:38:24 PST 2006


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

Change 92215 by jhb at 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;


More information about the p4-projects mailing list