aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/include
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2020-09-27 18:47:06 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2020-09-27 18:47:06 +0000
commit1e2521ffaef4fd0950686f1302283a92ccf9c978 (patch)
treed671479e6d799f2c03bc05d4197fd02648d39f0a /sys/mips/include
parentc4390e6da671117657ffeaa1b6b5e9ad2d4c0e17 (diff)
downloadsrc-1e2521ffaef4fd0950686f1302283a92ccf9c978.tar.gz
src-1e2521ffaef4fd0950686f1302283a92ccf9c978.zip
Get rid of sa->narg. It serves no purpose; use sa->callp->sy_narg instead.
Reviewed by: kib Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D26458
Notes
Notes: svn path=/head/; revision=366205
Diffstat (limited to 'sys/mips/include')
-rw-r--r--sys/mips/include/proc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/mips/include/proc.h b/sys/mips/include/proc.h
index 696854f40992..d0acf5e46c76 100644
--- a/sys/mips/include/proc.h
+++ b/sys/mips/include/proc.h
@@ -85,7 +85,6 @@ struct syscall_args {
u_int code;
struct sysent *callp;
register_t args[8];
- int narg;
struct trapframe *trapframe;
};