summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2001-10-18 05:21:52 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2001-10-18 05:21:52 +0000
commitacddfcf3a2318505e7618adb10f727a2da23c93c (patch)
tree7314914d8113efc5ae3c3d8c324e5f3d4cd2691e
parent4a3391b5a1aec6217d3ea85ca5c021425c903389 (diff)
Notes
-rw-r--r--sys/ia64/ia64/trap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/ia64/trap.c b/sys/ia64/ia64/trap.c
index 8d6d719e6b24..d174737e2785 100644
--- a/sys/ia64/ia64/trap.c
+++ b/sys/ia64/ia64/trap.c
@@ -612,7 +612,7 @@ syscall(int code, u_int64_t *args, struct trapframe *framep)
/*
* Try to run the syscall without Giant if the syscall is MP safe.
*/
- if ((callp->sys_narg & SYS_MPSAFE) == 0)
+ if ((callp->sy_narg & SYF_MPSAFE) == 0)
mtx_lock(&Giant);
#ifdef KTRACE
if (KTRPOINT(p, KTR_SYSCALL))