]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Fix XEN kernel build.
authorjhb <jhb@FreeBSD.org>
Mon, 3 Nov 2014 16:31:31 +0000 (16:31 +0000)
committerjhb <jhb@FreeBSD.org>
Mon, 3 Nov 2014 16:31:31 +0000 (16:31 +0000)
Pointy hat to: jhb

sys/i386/xen/mp_machdep.c

index 3502151e3239e7a09af05f67d3bf19b0229dc8ae..e391981d060f9f67fd093ff4aabf5c676c093048 100644 (file)
@@ -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()) {