summaryrefslogtreecommitdiffstats
path: root/sys/i386/xen
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2009-03-05 18:43:54 +0000
committerjhb <jhb@FreeBSD.org>2009-03-05 18:43:54 +0000
commitb4cf24773d1947fa04db07aa75d5a24f7db4e44f (patch)
tree835a16daf7c37633013e9e79d1bbd5dae5d9d85c /sys/i386/xen
parent2e09215948493b8a27f556f367964677ab5d0d1c (diff)
downloadFreeBSD-src-b4cf24773d1947fa04db07aa75d5a24f7db4e44f.zip
FreeBSD-src-b4cf24773d1947fa04db07aa75d5a24f7db4e44f.tar.gz
Remove unused arg from npxinit(). Forgot to commit this file in the
last i386 FPU change.
Diffstat (limited to 'sys/i386/xen')
-rw-r--r--sys/i386/xen/mp_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/xen/mp_machdep.c b/sys/i386/xen/mp_machdep.c
index 3389b79..cc5efea 100644
--- a/sys/i386/xen/mp_machdep.c
+++ b/sys/i386/xen/mp_machdep.c
@@ -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 */
OpenPOWER on IntegriCloud