From 82fe1cca6703969e35ae716ab4abd075a79b429d Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Mon, 31 Aug 2009 23:35:59 +0000 Subject: Revert previous commit; that was left-over junk in the tree. --- sys/i386/xen/locore.s | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/i386') 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 -- cgit v1.2.3