summaryrefslogtreecommitdiffstats
path: root/sys/i386/xen
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2015-02-08 23:04:32 +0000
committermarius <marius@FreeBSD.org>2015-02-08 23:04:32 +0000
commit649b6c7e5b1ff80a901b7dc3dc35d2c41571f2e3 (patch)
tree88aaa6ab95966cd53007260406470268c0da2572 /sys/i386/xen
parent0bf8cb7b5108d2db90ef1869328ea310b4cf7e78 (diff)
downloadFreeBSD-src-649b6c7e5b1ff80a901b7dc3dc35d2c41571f2e3.zip
FreeBSD-src-649b6c7e5b1ff80a901b7dc3dc35d2c41571f2e3.tar.gz
MFC: r274054 (missed in r276076)
Fix XEN kernel build.
Diffstat (limited to 'sys/i386/xen')
-rw-r--r--sys/i386/xen/mp_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/xen/mp_machdep.c b/sys/i386/xen/mp_machdep.c
index 3502151..e391981 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()) {
OpenPOWER on IntegriCloud