Author: jhb Date: Thu Mar 5 18:43:54 2009 New Revision: 189420 URL: http://svn.freebsd.org/changeset/base/189420
Log: Remove unused arg from npxinit(). Forgot to commit this file in the last i386 FPU change. Modified: head/sys/i386/xen/mp_machdep.c Modified: head/sys/i386/xen/mp_machdep.c ============================================================================== --- head/sys/i386/xen/mp_machdep.c Thu Mar 5 18:38:36 2009 (r189419) +++ head/sys/i386/xen/mp_machdep.c Thu Mar 5 18:43:54 2009 (r189420) @@ -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 */ _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"