Author: marius
Date: Sun Feb  8 23:04:32 2015
New Revision: 278423
URL: https://svnweb.freebsd.org/changeset/base/278423

Log:
  MFC: r274054 (missed in r276076)
  
  Fix XEN kernel build.

Modified:
  stable/10/sys/i386/xen/mp_machdep.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/i386/xen/mp_machdep.c
==============================================================================
--- stable/10/sys/i386/xen/mp_machdep.c Sun Feb  8 23:03:41 2015        
(r278422)
+++ stable/10/sys/i386/xen/mp_machdep.c Sun Feb  8 23:04:32 2015        
(r278423)
@@ -604,7 +604,7 @@ init_secondary(void)
 #endif
 
        /* set up FPU state on the AP */
-       npxinit();
+       npxinit(false);
 #if 0
        /* A quick check from sanity claus */
        if (PCPU_GET(apic_id) != lapic_id()) {
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to