HomeFreeBSD

Simplify arguments to signal handlers on mips.

Description

Simplify arguments to signal handlers on mips.

  • Use ksi_addr directly as si_addr in the siginfo instead of the 'badvaddr' register.
  • Remove a duplicate assignment of si_code.
  • Use ksi_addr as the 4th argument to the old-style handler instead of 'badvaddr'.

Reviewed by: brooks, kevans
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D23013

Details

Provenance
jhbAuthored on
Reviewer
brooks
Differential Revision
D23013: Simplify arguments to signal handlers on mips.
Parents
rS356419: Enable powerpc in make tinderbox using clang instead of GCC.
Branches
Unknown
Tags
Unknown