artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6c011f
)
Fix compation error in bootst.c (mvme68k/stand)
author
rahnds
<rahnds@openbsd.org>
Sun, 28 Apr 1996 04:02:39 +0000
(
04:02
+0000)
committer
rahnds
<rahnds@openbsd.org>
Sun, 28 Apr 1996 04:02:39 +0000
(
04:02
+0000)
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
patch
|
blob
|
history
diff --git
a/sys/arch/mvme68k/stand/bootst/bootst.c
b/sys/arch/mvme68k/stand/bootst/bootst.c
index
5b346ae
..
c07d07c
100644
(file)
--- 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;