zephyr/arch/nios2/core
Andrew Boie 80a0d9d16b kernel: interrupt/idle stacks/threads as array
The set of interrupt stacks is now expressed as an array. We
also define the idle threads and their associated stacks this
way. This allows for iteration in cases where we have multiple
CPUs.

There is now a centralized declaration in kernel_internal.h.

On uniprocessor systems, z_interrupt_stacks has one element
and can be used in the same way as _interrupt_stack.

The IRQ stack for CPU 0 is now set in init.c instead of in
arch code.

The extern definition of the main thread stack is now removed,
this doesn't need to be in a header.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-03-16 23:17:36 +02:00
..
offsets
CMakeLists.txt
cache.c
cpu_idle.c kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
crt0.S kernel: interrupt/idle stacks/threads as array 2020-03-16 23:17:36 +02:00
exception.S kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
fatal.c kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
irq_manage.c nios2: add arch_irq_is_enabled() 2020-03-10 12:06:54 -04:00
irq_offload.c global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
prep_c.c
reset.S
swap.S kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
thread.c kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00