HomeFreeBSD

syscall_args: remove MAXARGS define

Description

syscall_args: remove MAXARGS define

Use nitems instead and just use a magic 8 for the size of the args
array. MAXARGS was rarely used (only in arm64 code) and is an overly
generic name to polute the namespace with.

Requested by: kib in D33308

Details

Provenance
brooksAuthored on Dec 8 2021, 6:45 PM
Parents
rG547566526f6e: Make struct syscall_args machine independent
Branches
Unknown
Tags
Unknown