svn commit: r189420 - head/sys/i386/xen

John Baldwin jhb at FreeBSD.org
Thu Mar 5 10:43:55 PST 2009


Author: jhb
Date: Thu Mar  5 18:43:54 2009
New Revision: 189420
URL: http://svn.freebsd.org/changeset/base/189420

Log:
  Remove unused arg from npxinit().  Forgot to commit this file in the
  last i386 FPU change.

Modified:
  head/sys/i386/xen/mp_machdep.c

Modified: head/sys/i386/xen/mp_machdep.c
==============================================================================
--- head/sys/i386/xen/mp_machdep.c	Thu Mar  5 18:38:36 2009	(r189419)
+++ head/sys/i386/xen/mp_machdep.c	Thu Mar  5 18:43:54 2009	(r189420)
@@ -566,7 +566,7 @@ init_secondary(void)
 		invlpg(addr);
 
 	/* set up FPU state on the AP */
-	npxinit(__INITIAL_NPXCW__);
+	npxinit();
 #if 0
 	
 	/* set up SSE registers */


More information about the svn-src-all mailing list