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 - add loocoresw slot for lsw_cpu_run



details:   https://anonhg.NetBSD.org/src/rev/6471b96a900f
branches:  trunk
changeset: 764223:6471b96a900f
user:      cliff <cliff%NetBSD.org@localhost>
date:      Thu Apr 14 05:50:43 2011 +0000

description:
- add loocoresw slot for lsw_cpu_run
- fix comments for locoresw entries

diffstat:

 sys/arch/mips/mips/locore_mips1.S |  15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r 80b04f1d7da8 -r 6471b96a900f sys/arch/mips/mips/locore_mips1.S
--- a/sys/arch/mips/mips/locore_mips1.S Thu Apr 14 05:45:34 2011 +0000
+++ b/sys/arch/mips/mips/locore_mips1.S Thu Apr 14 05:50:43 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore_mips1.S,v 1.77 2011/04/06 14:12:36 tsutsui Exp $        */
+/*     $NetBSD: locore_mips1.S,v 1.78 2011/04/14 05:50:43 cliff Exp $  */
 
 /*
  * Copyright (c) 1992, 1993
@@ -1697,12 +1697,13 @@
 
        .globl _C_LABEL(MIPSX(locoresw))
 _C_LABEL(MIPSX(locoresw)):
-       PTR_WORD _C_LABEL(MIPSX(wbflush))               # wbflush
-       PTR_WORD _C_LABEL(nullop)                       # idle
-       PTR_WORD _C_LABEL(nullop)                       # send ipi
-       PTR_WORD _C_LABEL(nullop)                       # cpu_offline_md
-       PTR_WORD _C_LABEL(nullop)                       # spare
-       PTR_WORD _C_LABEL(nullop)                       # spare
+       PTR_WORD _C_LABEL(MIPSX(wbflush))               # lsw_wbflush
+       PTR_WORD _C_LABEL(nullop)                       # lsw_cpu_idle
+       PTR_WORD _C_LABEL(nullop)                       # lsw_send_ipi
+       PTR_WORD _C_LABEL(nullop)                       # lsw_cpu_offline_md
+       PTR_WORD _C_LABEL(nullop)                       # lsw_cpu_init
+       PTR_WORD _C_LABEL(nullop)                       # lsw_cpu_run
+       PTR_WORD _C_LABEL(nullop)                       # lsw_bus_error
 
 MIPSX(excpt_sw):
        ####



Home | Main Index | Thread Index | Old Index