summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorbriggs <briggs@cvs.openbsd.org>1996-01-14 21:06:30 +0000
committerbriggs <briggs@cvs.openbsd.org>1996-01-14 21:06:30 +0000
commit87cf9f95f5824f62683896622a92154fdc511ad3 (patch)
tree8f7c389570ec4a9deb548c4dba4f6bd6b8634c46 /sys
parent0d623006f28b7dc40ed5946845b754ae8e01cd81 (diff)
from netbsd--remove bogus code.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/mac68k/mac68k/locore.s20
1 files changed, 0 insertions, 20 deletions
diff --git a/sys/arch/mac68k/mac68k/locore.s b/sys/arch/mac68k/mac68k/locore.s
index 0566a16ee32..fab0ace21ce 100644
--- a/sys/arch/mac68k/mac68k/locore.s
+++ b/sys/arch/mac68k/mac68k/locore.s
@@ -804,24 +804,6 @@ _esym: .long 0
.globl _IOBase
.globl _NuBusBase
- .globl _locore_dodebugmarks
-
-#define DEBUG
-#ifdef DEBUG
-#define debug_mark(s) \
- .data ; \
-0: .asciz s ; \
- .text ; \
- tstl _locore_dodebugmarks ; \
- beq 1f ; \
- movml #0xC0C0, sp@- ; \
- pea 0b ; \
- jbsr _printf ; \
- addql #4, sp ; \
- movml sp@+, #0x0303 ; \
-1: ;
-#endif
-
start:
movw #PSL_HIGHIPL,sr | no interrupts. ever.
@@ -2124,5 +2106,3 @@ _mac68k_vrsrc_vec:
.word 0, 0, 0, 0, 0, 0
_mac68k_buserr_addr:
.long 0
-_locore_dodebugmarks:
- .long 0