Remove unused arg from npxinit(). Forgot to commit this file in the
last i386 FPU change.
This commit is contained in:
parent
90e7486664
commit
957f3ee2f7
@ -566,7 +566,7 @@ init_secondary(void)
|
||||
invlpg(addr);
|
||||
|
||||
/* set up FPU state on the AP */
|
||||
npxinit(__INITIAL_NPXCW__);
|
||||
npxinit();
|
||||
#if 0
|
||||
|
||||
/* set up SSE registers */
|
||||
|
Loading…
x
Reference in New Issue
Block a user