Date: Sun, 8 Feb 2015 23:04:32 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r278423 - stable/10/sys/i386/xen Message-ID: <201502082304.t18N4W9P062503@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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()) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502082304.t18N4W9P062503>