summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/boot/srt0.S
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386/stand/boot/srt0.S')
-rw-r--r--sys/arch/i386/stand/boot/srt0.S5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/i386/stand/boot/srt0.S b/sys/arch/i386/stand/boot/srt0.S
index 9a1d6264df3..81e3d7b4f7d 100644
--- a/sys/arch/i386/stand/boot/srt0.S
+++ b/sys/arch/i386/stand/boot/srt0.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: srt0.S,v 1.14 2003/11/22 09:18:25 grange Exp $ */
+/* $OpenBSD: srt0.S,v 1.15 2012/10/09 11:39:57 jsing Exp $ */
/*
* Copyright (c) 1997 Michael Shalayeff
@@ -73,7 +73,6 @@ _start:
movl %edx, _C_LABEL(bios_bootdev)
/* Now do it all */
- call _ASM_LABEL(pmm_init)
#ifdef DEBUG
movl $0xb80a4, %ebx
movl $0x07520752, (%ebx)
@@ -86,7 +85,7 @@ _start:
cld
rep; stosb
+ call _ASM_LABEL(pmm_init)
call _C_LABEL(boot)
jmp _C_LABEL(_rtt)
-