Remove unused arg from npxinit(). Forgot to commit this file in the

last i386 FPU change.
This commit is contained in:
jhb 2009-03-05 18:43:54 +00:00
parent 2e09215948
commit b4cf24773d

View File

@ -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 */