Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Oct 2006 21:17:59 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 107582 for review
Message-ID:  <200610092117.k99LHxK4097190@repoman.freebsd.org>

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

Change 107582 by jb@jb_freebsd7 on 2006/10/09 21:17:37

	Fix a p4 mis-merge to retain KSE support but as a kernel option.

Affected files ...

.. //depot/projects/dtrace/src/sys/amd64/amd64/trap.c#9 edit

Differences ...

==== //depot/projects/dtrace/src/sys/amd64/amd64/trap.c#9 (text+ko) ====

@@ -302,7 +302,7 @@
 #ifdef KSE
 			if (td->td_pflags & TDP_SA)
 				thread_user_enter(td);
-			i = trap_pfault(&frame, TRUE);
+#endif
 			i = trap_pfault(&frame, TRUE);
 			if (i == -1)
 				goto userout;



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