PERFORCE change 117393 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Wed Apr 4 21:12:42 UTC 2007


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

Change 117393 by gonzo at gonzo_jeeves on 2007/04/04 21:12:14

	o brace thread_user_enter call with ifdef KSE

Affected files ...

.. //depot/projects/mips2/src/sys/mips/mips/trap.c#20 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/mips/trap.c#20 (text+ko) ====

@@ -152,8 +152,10 @@
                 td->td_frame = tf;
                 if (td->td_ucred != td->td_proc->p_ucred)
                         cred_update_thread(td);
+#ifdef KSE
                 if (td->td_pflags & TDP_SA)
                         thread_user_enter(td);
+#endif		
 
 		code |= TrUser;
 	}


More information about the p4-projects mailing list