arch: smp: fix exception handlers for SMP arch

Fixes exception handlers for SMP architecture.
Root cause was the wrong section for exc_handler_table.

Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
This commit is contained in:
Tomasz Lauda 2019-01-15 14:56:27 +01:00 committed by Liam Girdwood
parent b5e89ab75c
commit 9d10e1a920
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ _UserExceptionFromVector:
* (registered at run-time) point to xtos_c_wrapper_handler;
* entries that have no handler point to xtos_unhandled_exception.
*/
.section .rodata, "a"
.data
.global xtos_exc_handler_table_r
.align 4
xtos_exc_handler_table_r: