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)
Jan 10 2024, 1:48 AM
Unknown Object (File)
Sep 1 2023, 4:41 PM
Unknown Object (File)
Aug 22 2023, 4:23 AM
Unknown Object (File)
Mar 4 2023, 10:41 AM
Unknown Object (File)
Feb 7 2023, 8:56 PM
Unknown Object (File)
Dec 30 2022, 7:02 AM
Unknown Object (File)
Dec 19 2022, 7:18 AM
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