commit | a0dd2de6fdcb76305ee3b7f97d15c646b72b2bf9 | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Thu Dec 14 09:58:43 2017 -0800 |
committer | Anas Nashif <nashif@linux.intel.com> | Fri Feb 16 10:44:29 2018 -0500 |
tree | 8a9639ec22bcc47816e3936c849ba33299255be7 | |
parent | bd72f71ece02faef450e4481ecf797383a21885d [diff] |
xtensa: Remove _xt_set_exception_handler() This was a dead API. Nothing ever used it, it wasn't exposed in any API headers. It never appeared in documentation. It's not particularly clear why a Zephy app would want to hook architecture-specific exceptions instead of simply using the portable error framework anyway. And it's not supported by asm2. Delete. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>