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>
This commit is contained in:
Leandro Pereira 2017-07-19 13:50:50 -07:00 committed by Andrew Boie
commit 99181eb661
15 changed files with 17 additions and 68 deletions

View file

@ -38,7 +38,7 @@ MEMORY
rtc_iram_seg(RWX): org = 0x400C0000, len = 0x2000
rtc_slow_seg(RW): org = 0x50000000, len = 0x1000
#ifdef CONFIG_GEN_ISR_TABLES
IDT_LIST(RW): org = 0xffffdfff, len = 0x2000
IDT_LIST(RW): org = 0x3ebfe010, len = 0x2000
#endif
}