svn commit: r184491 - projects/release_6_3_xen/sys/i386/xen
Kip Macy
kmacy at FreeBSD.org
Thu Oct 30 19:36:28 PDT 2008
Author: kmacy
Date: Fri Oct 31 02:36:28 2008
New Revision: 184491
URL: http://svn.freebsd.org/changeset/base/184491
Log:
make gdtset unconditionally global
Modified:
projects/release_6_3_xen/sys/i386/xen/locore.s
Modified: projects/release_6_3_xen/sys/i386/xen/locore.s
==============================================================================
--- projects/release_6_3_xen/sys/i386/xen/locore.s Fri Oct 31 00:52:31 2008 (r184490)
+++ projects/release_6_3_xen/sys/i386/xen/locore.s Fri Oct 31 02:36:28 2008 (r184491)
@@ -145,8 +145,8 @@ IdlePDPT: .long 0 /* phys addr of kerne
#ifdef SMP
.globl KPTphys
- .globl gdtset
#endif
+ .globl gdtset
KPTphys: .long 0 /* phys addr of kernel page tables */
gdtset: .long 0
More information about the svn-src-projects
mailing list