K 10 svn:author V 6 andrew K 8 svn:date V 27 2019-10-30T10:42:52.678900Z K 7 svn:log V 376 Use an array of handlers in the data and instruction aborts 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. Reviewed by: jhibbits Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D22170 END