MFC: r274054 (missed in r276076)

Fix XEN kernel build.
This commit is contained in:
Marius Strobl 2015-02-08 23:04:32 +00:00
parent d55431ec2b
commit f0aab818ab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=278423

View 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()) {