PERFORCE change 136746 for review

Randall R. Stewart rrs at FreeBSD.org
Mon Mar 3 15:19:31 UTC 2008


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

Change 136746 by rrs at 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)
 


More information about the p4-projects mailing list