svn commit: r278423 - stable/10/sys/i386/xen
Marius Strobl
marius at FreeBSD.org
Sun Feb 8 23:04:33 UTC 2015
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()) {
More information about the svn-src-stable-10
mailing list