From fba15471cb8058d787c53e893b19c6e99bb7b4b8 Mon Sep 17 00:00:00 2001 From: briggs Date: Sun, 14 Jan 1996 21:06:29 +0000 Subject: [PATCH] from netbsd--remove bogus code. --- sys/arch/mac68k/mac68k/locore.s | 20 -------------------- 1 file changed, 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 -- 2.20.1