summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2008-10-30 04:16:40 +0000
committerkmacy <kmacy@FreeBSD.org>2008-10-30 04:16:40 +0000
commit7239c88f43a69e285148f6e0a0655c96af8c0d1a (patch)
treef11f58073b9488b60c5fcb3e0fab69942a4d599a /sys/i386
parentf7d4f0d734f2009ce7c528acaf732d7657c6b8ce (diff)
downloadFreeBSD-src-7239c88f43a69e285148f6e0a0655c96af8c0d1a.zip
FreeBSD-src-7239c88f43a69e285148f6e0a0655c96af8c0d1a.tar.gz
make gdtset UP as well as SMP so that non-SMP kernels will compile
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/xen/locore.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/xen/locore.s b/sys/i386/xen/locore.s
index 4f54525..83e8111 100644
--- a/sys/i386/xen/locore.s
+++ b/sys/i386/xen/locore.s
@@ -156,8 +156,8 @@ IdlePDPT: .long 0 /* phys addr of kernel PDPT */
#ifdef SMP
.globl KPTphys
- .globl gdtset
#endif
+ .globl gdtset
KPTphys: .long 0 /* phys addr of kernel page tables */
gdtset: .long 0
OpenPOWER on IntegriCloud