diff options
author | adrian <adrian@FreeBSD.org> | 2009-08-31 23:35:59 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2009-08-31 23:35:59 +0000 |
commit | b1e7b6996ce5f2e65957c81708131b84420e1366 (patch) | |
tree | 6dda41807f0268dbf3959a3ba5011fc5c552602c /sys/i386 | |
parent | 08a823972b3a0c2d0b05b5af0c3ae5dc32649521 (diff) | |
download | FreeBSD-src-b1e7b6996ce5f2e65957c81708131b84420e1366.zip FreeBSD-src-b1e7b6996ce5f2e65957c81708131b84420e1366.tar.gz |
Revert previous commit; that was left-over junk in the tree.
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/xen/locore.s | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/xen/locore.s b/sys/i386/xen/locore.s index 95d2afa..a2c4a8d 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 |