Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jul 2006 21:05:18 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 101295 for review
Message-ID:  <200607112105.k6BL5IhW004324@repoman.freebsd.org>

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

Change 101295 by jhb@jhb_mutex on 2006/07/11 21:04:17

	Comment is OBE.  I also think a workaround for this was committed
	to CVS.

Affected files ...

.. //depot/projects/smpng/sys/kern/kern_proc.c#85 edit

Differences ...

==== //depot/projects/smpng/sys/kern/kern_proc.c#85 (text+ko) ====

@@ -914,12 +914,6 @@
 		error = SYSCTL_OUT(req, (caddr_t)&kinfo_proc,
 				   sizeof(kinfo_proc));
 	} else {
-		/*
-		 * XXX: Can't call copyout() here on alpha with sched_lock
-		 * held since we can get a pmap_emulate_reference() fault
-		 * when we write to the page.  Need to ask alc@ about how
-		 * best to handle this.
-		 */
 		mtx_lock_spin(&sched_lock);
 		if (FIRST_THREAD_IN_PROC(p) != NULL)
 			FOREACH_THREAD_IN_PROC(p, td) {



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