diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2021-12-08 18:45:15 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2021-12-08 18:45:33 +0000 |
| commit | 547566526f6ebdb7b78b6ab78d396b7ef2ec2a3b (patch) | |
| tree | c6dc5e11deb8130dcac21dbf6610a26572732284 /sys/mips | |
| parent | 9a128e1678d1d22a2d4855784b511c0cb370189e (diff) | |
Diffstat (limited to 'sys/mips')
| -rw-r--r-- | sys/mips/include/proc.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/mips/include/proc.h b/sys/mips/include/proc.h index 5c8bc9d934e0..e4df9e81b7bc 100644 --- a/sys/mips/include/proc.h +++ b/sys/mips/include/proc.h @@ -81,14 +81,6 @@ struct mdproc { size_t md_tls_tcb_offset; /* TCB offset */ }; -#define MAXARGS 8 -struct syscall_args { - u_int code; - u_int original_code; - struct sysent *callp; - register_t args[MAXARGS]; -}; - #ifdef __mips_n64 #define KINFO_PROC_SIZE 1088 #define KINFO_PROC32_SIZE 816 |
