Date: Thu, 5 Mar 2009 18:43:54 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r189420 - head/sys/i386/xen Message-ID: <200903051843.n25Ihs7n096422@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903051843.n25Ihs7n096422>