- remove an extra 'sir' that followed one in a macro

- add some named labels to some spill/fill handlers
- remove 2 unused strings
This commit is contained in:
mrg 2006-09-18 20:36:26 +00:00
parent c18d9daa6a
commit 09003933e7
1 changed files with 81 additions and 86 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: locore.s,v 1.219 2006/09/18 08:18:47 martin Exp $ */
/* $NetBSD: locore.s,v 1.220 2006/09/18 20:36:26 mrg Exp $ */
/*
* Copyright (c) 1996-2002 Eduardo Horvath
@ -862,9 +862,6 @@ TABLE(uspill):
SPILL64(uspill8,ASI_AIUS) ! 0x080 spill_0_normal -- used to save user windows in user mode
SPILL32(uspill4,ASI_AIUS) ! 0x084 spill_1_normal
SPILLBOTH(uspill8,uspill4,ASI_AIUS) ! 0x088 spill_2_normal
#ifdef DEBUG
sir
#endif
UTRAP(0x08c); TA32 ! 0x08c spill_3_normal
TABLE(kspill):
SPILL64(kspill8,ASI_N) ! 0x090 spill_4_normal -- used to save supervisor windows
@ -1121,19 +1118,19 @@ TABLE(uspillk):
UTRAP(0x0b8); TA32 ! 0x0b8 spill_6_other
UTRAP(0x0bc); TA32 ! 0x0bc spill_7_other
TABLE(ufill):
FILL64(1,ASI_AIUS) ! 0x0c0 fill_0_normal -- used to fill windows when running nucleus mode from user
FILL32(2,ASI_AIUS) ! 0x0c4 fill_1_normal
FILLBOTH(1b,2b,ASI_AIUS) ! 0x0c8 fill_2_normal
FILL64(nufill8,ASI_AIUS) ! 0x0c0 fill_0_normal -- used to fill windows when running nucleus mode from user
FILL32(nufill4,ASI_AIUS) ! 0x0c4 fill_1_normal
FILLBOTH(nufill8,nufill4,ASI_AIUS) ! 0x0c8 fill_2_normal
UTRAP(0x0cc); TA32 ! 0x0cc fill_3_normal
TABLE(sfill):
FILL64(1,ASI_N) ! 0x0d0 fill_4_normal -- used to fill windows when running nucleus mode from supervisor
FILL32(2,ASI_N) ! 0x0d4 fill_5_normal
FILLBOTH(1b,2b,ASI_N) ! 0x0d8 fill_6_normal
FILL64(sfill8,ASI_N) ! 0x0d0 fill_4_normal -- used to fill windows when running nucleus mode from supervisor
FILL32(sfill4,ASI_N) ! 0x0d4 fill_5_normal
FILLBOTH(sfill8,sfill4,ASI_N) ! 0x0d8 fill_6_normal
UTRAP(0x0dc); TA32 ! 0x0dc fill_7_normal
TABLE(kfill):
FILL64(1,ASI_AIUS) ! 0x0e0 fill_0_other -- used to fill user windows when running nucleus mode -- will we ever use this?
FILL32(2,ASI_AIUS) ! 0x0e4 fill_1_other
FILLBOTH(1b,2b,ASI_AIUS)! 0x0e8 fill_2_other
FILL64(nkfill8,ASI_AIUS) ! 0x0e0 fill_0_other -- used to fill user windows when running nucleus mode -- will we ever use this?
FILL32(nkfill4,ASI_AIUS) ! 0x0e4 fill_1_other
FILLBOTH(nkfill8,nkfill4,ASI_AIUS)! 0x0e8 fill_2_other
UTRAP(0x0ec); TA32 ! 0x0ec fill_3_other
UTRAP(0x0f0); TA32 ! 0x0f0 fill_4_other
UTRAP(0x0f4); TA32 ! 0x0f4 fill_5_other
@ -6887,8 +6884,6 @@ Lsw_panic_srun:
1: .asciz "switch rq"
2: .asciz "switch wchan"
3: .asciz "switch LSRUN %p %x"
idlemsg: .asciz "idle %x %x %x %x"
idlemsg1: .asciz " %x %x %x\r\n"
_ALIGN
.text