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 Cosmestic changes (more like the mips3+ c...
details: https://anonhg.NetBSD.org/src/rev/04a1e50ada7c
branches: trunk
changeset: 523166:04a1e50ada7c
user: simonb <simonb%NetBSD.org@localhost>
date: Tue Mar 05 16:03:22 2002 +0000
description:
Cosmestic changes (more like the mips3+ code).
diffstat:
sys/arch/mips/mips/locore_mips1.S | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (36 lines):
diff -r 05dc8365a3e9 -r 04a1e50ada7c sys/arch/mips/mips/locore_mips1.S
--- a/sys/arch/mips/mips/locore_mips1.S Tue Mar 05 16:02:48 2002 +0000
+++ b/sys/arch/mips/mips/locore_mips1.S Tue Mar 05 16:03:22 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore_mips1.S,v 1.53 2001/11/14 18:15:23 thorpej Exp $ */
+/* $NetBSD: locore_mips1.S,v 1.54 2002/03/05 16:03:22 simonb Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -56,6 +56,8 @@
#include "opt_ddb.h"
#include "opt_kgdb.h"
+#include <sys/cdefs.h>
+
#include <mips/asm.h>
#include <mips/cpuregs.h>
#include <machine/param.h>
@@ -126,7 +128,7 @@
and k1, k1, MIPS1_CR_EXC_CODE # mask out the cause bits
or k1, k1, k0 # change index to user table
1:
- la k0, mips1_excausesw # get base of the jump table
+ la k0, mips1_excpt_sw # get base of the jump table
addu k0, k0, k1 # get the address of the
# function entry. Note that
# the cause is already
@@ -1211,7 +1213,7 @@
.word _C_LABEL(mips1_proc_trampoline)
.word _C_LABEL(mips_idle)
-mips1_excausesw:
+mips1_excpt_sw:
####
#### The kernel exception handlers.
####
Home |
Main Index |
Thread Index |
Old Index