Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jun 2004 06:35:37 GMT
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 54402 for review
Message-ID:  <200406080635.i586ZbMP067020@repoman.freebsd.org>

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

Change 54402 by jmallett@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)



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