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)
Oct 31 2024, 7:29 AM
Unknown Object (File)
Oct 1 2024, 6:07 PM
Unknown Object (File)
Oct 1 2024, 3:49 AM
Unknown Object (File)
Sep 25 2024, 8:55 AM
Unknown Object (File)
Sep 25 2024, 3:43 AM
Unknown Object (File)
Sep 24 2024, 4:34 AM
Unknown Object (File)
Sep 23 2024, 10:57 PM
Unknown Object (File)
Sep 22 2024, 11:36 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