arch: move xtos_exc_handler_table to bss

Moves xtos_exc_handler_table to bss for SMP arch.
It's modified at runtime, so shouldn't be kept
in data, which is supposed to be read-only.

Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
This commit is contained in:
Tomasz Lauda 2019-02-15 15:15:42 +01:00 committed by Liam Girdwood
parent 2b4467c007
commit 506f5a78d9
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ xtos_exc_handler_table_r:
.rept XCHAL_EXCCAUSE_NUM-40
.word xtos_unhandled_exception //40-63 (reserved for TIE)
.endr
.data
.section .bss
.global xtos_exc_handler_table
.align 4
xtos_exc_handler_table: