HomeFreeBSD

Remove limitation of 6 arguments for makecontext() on mips.

Description

Remove limitation of 6 arguments for makecontext() on mips.

This implementation spills additional arguments on the stack so works
fine with more than 6 arguments. I believe the check was just copied
over from sparc64 (which doesn't support spilling onto the stack)

Sponsored by: DARPA / AFRL

Details

Provenance
jhbAuthored on
Parents
rS328631: Remove bogus checks against NCARGS.
Branches
Unknown
Tags
Unknown