Page MenuHomeFreeBSD

Simplify arguments to signal handlers on mips.
ClosedPublic

Authored by jhb on Jan 2 2020, 11:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 11, 3:28 AM
Unknown Object (File)
Mon, May 11, 3:23 AM
Unknown Object (File)
Mon, May 11, 2:18 AM
Unknown Object (File)
Fri, May 8, 10:03 AM
Unknown Object (File)
Wed, May 6, 12:58 AM
Unknown Object (File)
Thu, Apr 30, 4:25 PM
Unknown Object (File)
Mon, Apr 27, 5:36 PM
Unknown Object (File)
Sun, Apr 19, 8:28 PM
Subscribers
None

Details

Summary
  • 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'.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable