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

last i386 FPU change.
This commit is contained in:
John Baldwin 2009-03-05 18:43:54 +00:00
parent 90e7486664
commit 957f3ee2f7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=189420

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