summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/hp300/locore.s
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hp300/hp300/locore.s')
-rw-r--r--sys/arch/hp300/hp300/locore.s18
1 files changed, 1 insertions, 17 deletions
diff --git a/sys/arch/hp300/hp300/locore.s b/sys/arch/hp300/hp300/locore.s
index d83e0306877..4834f6d5d32 100644
--- a/sys/arch/hp300/hp300/locore.s
+++ b/sys/arch/hp300/hp300/locore.s
@@ -1,4 +1,4 @@
-/* $OpenBSD: locore.s,v 1.27 2001/05/13 17:27:24 aaron Exp $ */
+/* $OpenBSD: locore.s,v 1.28 2001/06/27 04:05:45 art Exp $ */
/* $NetBSD: locore.s,v 1.91 1998/11/11 06:41:25 thorpej Exp $ */
/*
@@ -496,11 +496,7 @@ Lehighcode:
Lenab1:
/* select the software page size now */
lea _ASM_LABEL(tmpstk),sp | temporary stack
-#if defined(UVM)
jbsr _C_LABEL(uvm_setpagesize) | select software page size
-#else
- jbsr _C_LABEL(vm_set_page_size) | select software page size
-#endif
/* set kernel stack, user SP, and initial pcb */
movl _C_LABEL(proc0paddr),a1 | get proc0 pcb addr
lea a1@(USPACE-4),sp | set kernel stack to end of area
@@ -1017,11 +1013,7 @@ Lbrkpt3:
ENTRY_NOPROFILE(spurintr) /* level 0 */
addql #1,_C_LABEL(intrcnt)+0
-#if defined(UVM)
addql #1,_C_LABEL(uvmexp)+UVMEXP_INTRS
-#else
- addql #1,_C_LABEL(cnt)+V_INTR
-#endif
jra _ASM_LABEL(rei)
ENTRY_NOPROFILE(lev1intr) /* level 1: HIL XXX this needs to go away */
@@ -1029,11 +1021,7 @@ ENTRY_NOPROFILE(lev1intr) /* level 1: HIL XXX this needs to go away */
jbsr _C_LABEL(hilint)
INTERRUPT_RESTOREREG
addql #1,_C_LABEL(intrcnt)+4
-#if defined(UVM)
addql #1,_C_LABEL(uvmexp)+UVMEXP_INTRS
-#else
- addql #1,_C_LABEL(cnt)+V_INTR
-#endif
jra _ASM_LABEL(rei)
ENTRY_NOPROFILE(intrhand) /* levels 2 through 5 */
@@ -1104,11 +1092,7 @@ Lnoleds0:
addql #4,sp
CLKADDR(a0)
Lrecheck:
-#if defined(UVM)
addql #1,_C_LABEL(uvmexp)+UVMEXP_INTRS | chalk up another interrupt
-#else
- addql #1,_C_LABEL(cnt)+V_INTR | chalk up another interrupt
-#endif
movb a0@(CLKSR),d0 | see if anything happened
jmi Lclkagain | while we were in hardclock/statintr
INTERRUPT_RESTOREREG