Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Mar 2008 15:19:30 GMT
From:      "Randall R. Stewart" <rrs@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 136746 for review
Message-ID:  <200803031519.m23FJU3W051173@repoman.freebsd.org>

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

Change 136746 by rrs@rrs-mips2-jnpr on 2008/03/03 15:18:31

	Make INT enable apply to others too

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/mips/exception.S#18 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/mips/exception.S#18 (text+ko) ====

@@ -544,8 +544,9 @@
 	RESTORE_U_PCB_REG(ra, RA, k1)
 #ifdef TARGET_OCTEON
 	and k0, k0, ~(MIPS_SR_KX | MIPS_SR_SX | MIPS_SR_UX)
+#endif
 	or  k0, k0, MIPS_SR_INT_IE
-#endif
+
 	.set noat
 	RESTORE_U_PCB_REG(AT, AST, k1)
 
@@ -765,8 +766,8 @@
 	RESTORE_U_PCB_REG(ra, RA, k1)
 #ifdef TARGET_OCTEON
 	and k0, k0, ~(MIPS_SR_KX | MIPS_SR_SX | MIPS_SR_UX)
+#endif
 	or  k0, k0, MIPS_SR_INT_IE
-#endif
 	.set	noat
 	RESTORE_U_PCB_REG(AT, AST, k1)
 



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