svn commit: r196724 - head/sys/i386/xen
Adrian Chadd
adrian at FreeBSD.org
Mon Aug 31 23:35:59 UTC 2009
Author: adrian
Date: Mon Aug 31 23:35:59 2009
New Revision: 196724
URL: http://svn.freebsd.org/changeset/base/196724
Log:
Revert previous commit; that was left-over junk in the tree.
Modified:
head/sys/i386/xen/locore.s
Modified: head/sys/i386/xen/locore.s
==============================================================================
--- head/sys/i386/xen/locore.s Mon Aug 31 23:30:39 2009 (r196723)
+++ head/sys/i386/xen/locore.s Mon Aug 31 23:35:59 2009 (r196724)
@@ -148,7 +148,9 @@ IdlePDPT: .long 0 /* phys addr of kerne
.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
More information about the svn-src-head
mailing list