Date: Mon, 3 Nov 2014 16:31:31 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r274054 - head/sys/i386/xen Message-ID: <201411031631.sA3GVVmC089821@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhb Date: Mon Nov 3 16:31:31 2014 New Revision: 274054 URL: https://svnweb.freebsd.org/changeset/base/274054 Log: Fix XEN kernel build. Pointy hat to: jhb Modified: head/sys/i386/xen/mp_machdep.c Modified: head/sys/i386/xen/mp_machdep.c ============================================================================== --- head/sys/i386/xen/mp_machdep.c Mon Nov 3 16:01:44 2014 (r274053) +++ head/sys/i386/xen/mp_machdep.c Mon Nov 3 16:31:31 2014 (r274054) @@ -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?201411031631.sA3GVVmC089821>