svn commit: r238659 - stable/8/sys/i386/i386

Alexander Motin mav at FreeBSD.org
Fri Jul 20 21:09:37 UTC 2012


Author: mav
Date: Fri Jul 20 21:09:36 2012
New Revision: 238659
URL: http://svn.freebsd.org/changeset/base/238659

Log:
  Fix XEN build after r238658.

Modified:
  stable/8/sys/i386/i386/machdep.c

Modified: stable/8/sys/i386/i386/machdep.c
==============================================================================
--- stable/8/sys/i386/i386/machdep.c	Fri Jul 20 19:35:20 2012	(r238658)
+++ stable/8/sys/i386/i386/machdep.c	Fri Jul 20 21:09:36 2012	(r238659)
@@ -2738,9 +2738,7 @@ init386(first)
 	thread0.td_pcb->pcb_fsd = PCPU_GET(fsgs_gdt)[0];
 	thread0.td_pcb->pcb_gsd = PCPU_GET(fsgs_gdt)[1];
 
-#if defined(XEN_PRIVILEGED)
 	cpu_probe_amdc1e();
-#endif
 }
 
 #else


More information about the svn-src-stable-8 mailing list