commit | 99181eb661b417e35023f5627e5303d9019e06c8 | [log] [tgz] |
---|---|---|
author | Leandro Pereira <leandro.pereira@intel.com> | Wed Jul 19 13:50:50 2017 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Wed Aug 09 12:26:14 2017 -0700 |
tree | b7037ec4110e99c76a41aab00f8679152e2f6704 | |
parent | 27ea2d8eb74edd834fd1ec2d6404fafd38860493 [diff] |
arch: xtensa: Move exception table to xtensa_intr.c This cleans up the exception handling by removing the table declaration from xtensa_intr_asm.S, and removing the unused _xt_set_exception_handler() function. Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>