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, Oct 27, 11:32 AM
Unknown Object (File)
Sun, Oct 26, 11:10 AM
Unknown Object (File)
Sun, Oct 26, 11:10 AM
Unknown Object (File)
Sun, Oct 26, 11:10 AM
Unknown Object (File)
Sun, Oct 26, 5:44 AM
Unknown Object (File)
Sun, Oct 26, 4:40 AM
Unknown Object (File)
Aug 26 2025, 9:16 PM
Unknown Object (File)
Aug 26 2025, 9:04 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