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.
Details
Details
- Reviewers
jhibbits manu - Group Reviewers
arm64 - Commits
- rS354174: Use an array of handlers in the data and instruction aborts
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable