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/c26432828dc8
branches: trunk
changeset: 764225:c26432828dc8
user: cliff <cliff%NetBSD.org@localhost>
date: Thu Apr 14 05:51:27 2011 +0000
description:
- add loocoresw slot for lsw_cpu_run
- fix comments for locoresw fields
diffstat:
sys/arch/mips/mips/mipsX_subr.S | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
diffs (29 lines):
diff -r e2ec5284bd20 -r c26432828dc8 sys/arch/mips/mips/mipsX_subr.S
--- a/sys/arch/mips/mips/mipsX_subr.S Thu Apr 14 05:50:49 2011 +0000
+++ b/sys/arch/mips/mips/mipsX_subr.S Thu Apr 14 05:51:27 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mipsX_subr.S,v 1.43 2011/04/06 14:04:32 tsutsui Exp $ */
+/* $NetBSD: mipsX_subr.S,v 1.44 2011/04/14 05:51:27 cliff Exp $ */
/*
* Copyright 2002 Wasabi Systems, Inc.
@@ -2569,12 +2569,13 @@
.globl _C_LABEL(MIPSX(locoresw))
_C_LABEL(MIPSX(locoresw)):
- PTR_WORD _C_LABEL(MIPSX(wbflush)) # wbflush
- PTR_WORD _C_LABEL(nullop) # cpu_idle
- PTR_WORD _C_LABEL(nullop) # send ipi
- PTR_WORD _C_LABEL(nullop) # cpu_offline_md
- PTR_WORD _C_LABEL(nullop) # cpu_init_md
- PTR_WORD _C_LABEL(nullop) # lsw_bus_error
+ 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