svn commit: r184462 - projects/releng_6_xen/sys/i386/xen

Kip Macy kmacy at FreeBSD.org
Wed Oct 29 21:16:40 PDT 2008


Author: kmacy
Date: Thu Oct 30 04:16:40 2008
New Revision: 184462
URL: http://svn.freebsd.org/changeset/base/184462

Log:
  make gdtset UP as well as SMP so that non-SMP kernels will compile

Modified:
  projects/releng_6_xen/sys/i386/xen/locore.s

Modified: projects/releng_6_xen/sys/i386/xen/locore.s
==============================================================================
--- projects/releng_6_xen/sys/i386/xen/locore.s	Thu Oct 30 04:01:11 2008	(r184461)
+++ projects/releng_6_xen/sys/i386/xen/locore.s	Thu Oct 30 04:16:40 2008	(r184462)
@@ -156,8 +156,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