PERFORCE change 54402 for review

Juli Mallett jmallett at FreeBSD.org
Tue Jun 8 06:35:39 GMT 2004


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

Change 54402 by jmallett at jmallett_oingo on 2004/06/08 06:34:56

	Catch up with de-PHKification.

Affected files ...

.. //depot/projects/mips/sys/mips/mips/exception.S#27 edit

Differences ...

==== //depot/projects/mips/sys/mips/mips/exception.S#27 (text+ko) ====

@@ -23,7 +23,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $P4: //depot/projects/mips/sys/mips/mips/exception.S#26 $
+ * $P4: //depot/projects/mips/sys/mips/mips/exception.S#27 $
  */
 
 #include "opt_ddb.h"
@@ -155,11 +155,9 @@
 
 LEAF(CacheVector)
 	.set noat
-	dla	k0, __panic
-	li	a0, 0
-	li	a1, 0
+	dla	k0, panic
 	dmtc0	k0, MIPS_COP_0_EXC_PC
-	dla	a2, 1f
+	dla	a0, 1f
 	eret
 	.set at
 VEND(CacheVector)
@@ -169,11 +167,9 @@
 
 LEAF(TLBMissVector)
 	.set noat
-	dla	k0, __panic
-	li	a0, 0
-	li	a1, 0
+	dla	k0, panic
 	dmtc0	k0, MIPS_COP_0_EXC_PC
-	dla	a2, 1f
+	dla	a0, 1f
 	eret
 	.set at
 VEND(TLBMissVector)


More information about the p4-projects mailing list