diff options
-rw-r--r-- | sys/arch/mvme68k/stand/bootst/bootst.c | 4 |
1 files changed, 0 insertions, 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; |