summaryrefslogtreecommitdiffstats
path: root/sys/mips/rmi
diff options
context:
space:
mode:
authorjchandra <jchandra@FreeBSD.org>2010-10-06 08:09:39 +0000
committerjchandra <jchandra@FreeBSD.org>2010-10-06 08:09:39 +0000
commit1ab6acb7b6cc0e67c8c59d7c76f6f3e8a7491904 (patch)
treea4663dff35eab5a80225727ad8e7233de091fe8d /sys/mips/rmi
parent030e361d6335df14aee21f063aeb535676ff3552 (diff)
downloadFreeBSD-src-1ab6acb7b6cc0e67c8c59d7c76f6f3e8a7491904.zip
FreeBSD-src-1ab6acb7b6cc0e67c8c59d7c76f6f3e8a7491904.tar.gz
Fix n64 compile.
Diffstat (limited to 'sys/mips/rmi')
-rw-r--r--sys/mips/rmi/fmn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/rmi/fmn.c b/sys/mips/rmi/fmn.c
index 71463a8..011d7a1 100644
--- a/sys/mips/rmi/fmn.c
+++ b/sys/mips/rmi/fmn.c
@@ -397,7 +397,7 @@ create_msgring_thread(int hwtid)
mtx_init(&mthd->lock, "msgrngcore", NULL, MTX_SPIN);
mthd->running = mthd->nthreads = 0;
}
- error = kproc_kthread_add(msgring_process, (void *)hwtid,
+ error = kproc_kthread_add(msgring_process, (void *)(uintptr_t)hwtid,
&msgring_proc, &td, RFSTOPPED, 2, "msgrngproc",
"msgthr%d", hwtid);
if (error)
OpenPOWER on IntegriCloud