From f3427a07cbffef2b8eb04bd771ae3607475291a3 Mon Sep 17 00:00:00 2001 From: rahnds Date: Sun, 28 Apr 1996 04:02:39 +0000 Subject: [PATCH] Fix compation error in bootst.c (mvme68k/stand) This was a result of code not being fully removed that was used with a different version of bootloader/kernel. A now useless check has been removed. -dsr --- sys/arch/mvme68k/stand/bootst/bootst.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys/arch/mvme68k/stand/bootst/bootst.c b/sys/arch/mvme68k/stand/bootst/bootst.c index 5b346aeaeba..c07d07c7866 100644 --- a/sys/arch/mvme68k/stand/bootst/bootst.c +++ b/sys/arch/mvme68k/stand/bootst/bootst.c @@ -178,10 +178,6 @@ load_kern(pbugargs) status = 0; addr = (char *) (pexec->a_entry & ~0x0FFF); - if ((int) pexec->a_entry != (int) addr + 0x22) { - (int) addr + 0x22, pexec->a_entry); - printf("kernel loaded at %x\n", addr); - } bcopy(&buf, addr, 512); /* 2nd block of exe */ addr += 512; -- 2.20.1