diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-05-07 11:30:52 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-05-07 11:30:52 +0000 |
commit | ea1b11ff3b65789336f1ce257917d2b7ee69a39e (patch) | |
tree | 75fa2763649c0404bd484d6063bf151edb5d32d0 | |
parent | fe62d0b5fc3c4d9fc31d85479e24c14cea88ceef (diff) |
.globl PTDsize; mickey obviously doesn't test before he commits
-rw-r--r-- | sys/arch/i386/i386/locore.s | 4 |
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) |