Page MenuHomeFreeBSD

Use an array of handlers in the data and instruction aborts
ClosedPublic

Authored by andrew on Oct 28 2019, 11:59 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 30, 4:58 AM
Unknown Object (File)
Wed, Mar 25, 4:51 PM
Unknown Object (File)
Sun, Mar 22, 11:39 PM
Unknown Object (File)
Sat, Mar 21, 1:30 AM
Unknown Object (File)
Sun, Mar 8, 10:02 AM
Unknown Object (File)
Mar 2 2026, 2:53 PM
Unknown Object (File)
Feb 28 2026, 5:12 PM
Unknown Object (File)
Feb 21 2026, 6:33 PM
Subscribers

Details

Summary

Previously we would call data_abort on all data and instruction aborts
however this is incorrect for most abort types. Move to use an array
of function pointers to allow for more handlers to be easily added.

Diff Detail

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