zephyr/arch
Mazen NEIFER a6e0404983 xtensa port: Fixed crash on startup on CP enabled cores
The issue was that cpStack was changed to a memory buffer by commit
https://gerrit.zephyrproject.org/r/#/c/12816
However the assembly code was expecting it to be a pointer and thus
issuing an indirection, that leads to wrong addresses.

The fix removed this unnecessary indirection and thus the inherent
invalid memory access exception.

Issue: ZEP-1997
Change-Id: I843f049212f2d116a01b05367a284209f463a5e7
Signed-off-by: Mazen NEIFER <mazen@nestwave.com>
2017-04-13 11:54:49 -07:00
..
arc kconfig: rename non-Kconfig CONFIG_* variables 2017-04-11 03:14:23 +00:00
arm kernel: remove all remaining references to nanokernel 2017-04-10 20:21:10 +00:00
common gen_isr_tables: apply offset to irq parameter 2017-02-15 04:49:19 +00:00
nios2 kernel: remove remaining microkernel references 2017-04-10 20:21:05 +00:00
riscv32 kernel: remove all remaining references to nanokernel 2017-04-10 20:21:10 +00:00
x86 x86: Increase RAM_SIZE to 256K 2017-04-11 16:43:22 +03:00
xtensa xtensa port: Fixed crash on startup on CP enabled cores 2017-04-13 11:54:49 -07:00
Kconfig gen_isr_tables: make vector offset a hidden option 2017-02-15 04:49:17 +00:00
Makefile gen_isr_tables: New static interrupt build mechanism 2017-02-11 01:27:58 +00:00