Remove unused arg from npxinit(). Forgot to commit this file in the
last i386 FPU change.
This commit is contained in:
parent
2e09215948
commit
b4cf24773d
@ -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