Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Apr 2007 21:12:41 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 117393 for review
Message-ID:  <200704042112.l34LCflC087306@repoman.freebsd.org>

index | next in thread | raw e-mail

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

Change 117393 by gonzo@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;
 	}


help

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