summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2006-05-07 11:30:52 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2006-05-07 11:30:52 +0000
commitea1b11ff3b65789336f1ce257917d2b7ee69a39e (patch)
tree75fa2763649c0404bd484d6063bf151edb5d32d0
parentfe62d0b5fc3c4d9fc31d85479e24c14cea88ceef (diff)
.globl PTDsize; mickey obviously doesn't test before he commits
-rw-r--r--sys/arch/i386/i386/locore.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/locore.s b/sys/arch/i386/i386/locore.s
index 28e6fa5e5ae..129a2526f59 100644
--- a/sys/arch/i386/i386/locore.s
+++ b/sys/arch/i386/i386/locore.s
@@ -1,4 +1,4 @@
-/* $OpenBSD: locore.s,v 1.101 2006/05/06 14:42:32 mickey Exp $ */
+/* $OpenBSD: locore.s,v 1.102 2006/05/07 11:30:51 kettenis Exp $ */
/* $NetBSD: locore.s,v 1.145 1996/05/03 19:41:19 christos Exp $ */
/*-
@@ -202,7 +202,7 @@
.globl _C_LABEL(esym)
.globl _C_LABEL(nkptp_max)
.globl _C_LABEL(boothowto), _C_LABEL(bootdev), _C_LABEL(atdevbase)
- .globl _C_LABEL(proc0paddr), _C_LABEL(PTDpaddr)
+ .globl _C_LABEL(proc0paddr), _C_LABEL(PTDpaddr), _C_LABEL(PTDsize)
.globl _C_LABEL(gdt)
.globl _C_LABEL(bootapiver), _C_LABEL(bootargc), _C_LABEL(bootargv)
.globl _C_LABEL(lapic_tpr)