summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2006-04-19 14:19:31 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2006-04-19 14:19:31 +0000
commit70954f7a04ffcc7edbfd1debe400a57be7adbb92 (patch)
tree55883097b2eba771ce359439e4deff872da3d890 /sys
parent2abd368d2611cde1e25fdf4b2f7312740b124e88 (diff)
curpcb is long gone and is a #define -- do not declare it global anymore (no func change)
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/i386/locore.s5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/i386/i386/locore.s b/sys/arch/i386/i386/locore.s
index 96ab432c8b1..4e0a0eb3e92 100644
--- a/sys/arch/i386/i386/locore.s
+++ b/sys/arch/i386/i386/locore.s
@@ -1,4 +1,4 @@
-/* $OpenBSD: locore.s,v 1.98 2006/04/14 21:52:47 weingart Exp $ */
+/* $OpenBSD: locore.s,v 1.99 2006/04/19 14:19:30 mickey Exp $ */
/* $NetBSD: locore.s,v 1.145 1996/05/03 19:41:19 christos Exp $ */
/*-
@@ -204,9 +204,6 @@
.globl _C_LABEL(proc0paddr), _C_LABEL(PTDpaddr)
.globl _C_LABEL(gdt)
.globl _C_LABEL(bootapiver), _C_LABEL(bootargc), _C_LABEL(bootargv)
-#ifndef MULTIPROCESSOR
- .globl _C_LABEL(curpcb)
-#endif
.globl _C_LABEL(lapic_tpr)
#if NLAPIC > 0