summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2014-11-03 16:31:31 +0000
committerjhb <jhb@FreeBSD.org>2014-11-03 16:31:31 +0000
commitb27a771fd735d283f40e9e84ebd86b74c7314e88 (patch)
tree330733ce86b3d1db4e3a480cdc5030196f045663 /sys/i386
parent8aba5b5e96f7535aad88061b628a520bf372feff (diff)
downloadFreeBSD-src-b27a771fd735d283f40e9e84ebd86b74c7314e88.zip
FreeBSD-src-b27a771fd735d283f40e9e84ebd86b74c7314e88.tar.gz
Fix XEN kernel build.
Pointy hat to: jhb
Diffstat (limited to 'sys/i386')
-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