mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 18:59:37 +00:00
MFC: r274054 (missed in r276076)
Fix XEN kernel build.
This commit is contained in:
parent
d55431ec2b
commit
f0aab818ab
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=278423
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user