aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2009-08-31 23:35:59 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2009-08-31 23:35:59 +0000
commit82fe1cca6703969e35ae716ab4abd075a79b429d (patch)
tree6dda41807f0268dbf3959a3ba5011fc5c552602c /sys/i386
parent0ad6375395f8bab40563033c23801112bd014ffc (diff)
downloadsrc-82fe1cca6703969e35ae716ab4abd075a79b429d.tar.gz
src-82fe1cca6703969e35ae716ab4abd075a79b429d.zip
Revert previous commit; that was left-over junk in the tree.
Notes
Notes: svn path=/head/; revision=196724
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/xen/locore.s2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/xen/locore.s b/sys/i386/xen/locore.s
index 95d2afae8411..a2c4a8db7b74 100644
--- a/sys/i386/xen/locore.s
+++ b/sys/i386/xen/locore.s
@@ -148,7 +148,9 @@ IdlePDPT: .long 0 /* phys addr of kernel PDPT */
.globl KPTphys
#endif
KPTphys: .long 0 /* phys addr of kernel page tables */
+#ifdef SMP
.globl gdtset
+#endif
gdtset: .long 0 /* GDT is valid */
.globl proc0kstack