summaryrefslogtreecommitdiff
path: root/sys/arch/vax/stand/xxboot/start.S
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/vax/stand/xxboot/start.S')
-rw-r--r--sys/arch/vax/stand/xxboot/start.S10
1 files changed, 4 insertions, 6 deletions
diff --git a/sys/arch/vax/stand/xxboot/start.S b/sys/arch/vax/stand/xxboot/start.S
index df019026dc9..6d8347e0d19 100644
--- a/sys/arch/vax/stand/xxboot/start.S
+++ b/sys/arch/vax/stand/xxboot/start.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: start.S,v 1.3 2011/07/06 18:32:59 miod Exp $ */
+/* $OpenBSD: start.S,v 1.4 2011/09/29 18:02:41 miod Exp $ */
/* $NetBSD: start.S,v 1.1 2002/02/24 01:04:26 matt Exp $ */
/*
* Copyright (c) 1995 Ludd, University of Lule}, Sweden.
@@ -37,13 +37,11 @@
/* All bugs are subject to removal without further notice */
-#define _LOCORE
-
-#include "sys/disklabel.h"
-
#include "../include/mtpr.h"
#include "../include/asm.h"
+#include "assym.h"
+
_C_LABEL(_start):
_C_LABEL(start):
.globl _C_LABEL(start) # this is the symbolic name for the start
@@ -84,7 +82,7 @@ from_0x08: # Any machine from VMB
_C_LABEL(romlabel):
.long 0
-.org LABELOFFSET + d_end_
+.org LABELOFFSET + DISKLABEL_SIZEOF
start_vmb:
/*
* Read in block 1-15.