From f2095c7726cbbe39a6c1ed5ab2c94e83b8c3cbd1 Mon Sep 17 00:00:00 2001 From: marius Date: Sun, 8 Feb 2015 23:04:32 +0000 Subject: [PATCH] MFC: r274054 (missed in r276076) Fix XEN kernel build. git-svn-id: svn://svn.freebsd.org/base/stable/10@278423 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- sys/i386/xen/mp_machdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/i386/xen/mp_machdep.c b/sys/i386/xen/mp_machdep.c index 3502151e3..e391981d0 100644 --- a/sys/i386/xen/mp_machdep.c +++ b/sys/i386/xen/mp_machdep.c @@ -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()) { -- 2.45.0