summaryrefslogtreecommitdiffstats
path: root/sys/i386/xen/locore.s
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/xen/locore.s')
-rw-r--r--sys/i386/xen/locore.s4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/i386/xen/locore.s b/sys/i386/xen/locore.s
index 634405d..a218d7b 100644
--- a/sys/i386/xen/locore.s
+++ b/sys/i386/xen/locore.s
@@ -159,6 +159,10 @@ 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
proc0uarea: .long 0 /* address of proc 0 uarea (unused)*/
OpenPOWER on IntegriCloud