Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mips/mips Match a comment with the MIPS3 version.



details:   https://anonhg.NetBSD.org/src/rev/6d8c7b6b8b74
branches:  trunk
changeset: 486634:6d8c7b6b8b74
user:      soren <soren%NetBSD.org@localhost>
date:      Sat May 27 02:13:46 2000 +0000

description:
Match a comment with the MIPS3 version.

diffstat:

 sys/arch/mips/mips/locore_mips1.S |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 162a01f00354 -r 6d8c7b6b8b74 sys/arch/mips/mips/locore_mips1.S
--- a/sys/arch/mips/mips/locore_mips1.S Sat May 27 02:13:12 2000 +0000
+++ b/sys/arch/mips/mips/locore_mips1.S Sat May 27 02:13:46 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore_mips1.S,v 1.32 2000/05/21 03:23:16 soren Exp $  */
+/*     $NetBSD: locore_mips1.S,v 1.33 2000/05/27 02:13:46 soren Exp $  */
 
 /*
  * Copyright (c) 1992, 1993
@@ -848,9 +848,10 @@
        rfe
 
 outofworld:
+       /* Ensure we have a valid sp so panic has a chance */
        move    a1, sp
        la      sp, start                       # set sp to a valid place
-       PANIC("out of universe: ksp was %p")
+       PANIC("TLB out of universe: ksp was %p")
        .set    at
 END(mips1_TLBMissException)
 



Home | Main Index | Thread Index | Old Index