zephyr/arch
Ioannis Glaropoulos 25060b0f2e arch: arm: aarch32: rename z_arm_reserved to z_arm_exc_spurious
In the Cortex-M exception table we rename z_arm_reserved()
function to z_arm_exc_spurious(), as it is invoked when
existing (that is, non-reserved) but un-installed exceptions
are triggered, accidentaly, by software, or hardware. This
currently applies to SysTick and SecureFault exceptions.

Since fault.S is shared between Cortex-M and other AARCH32
architectures, we keep z_arm_reserved as a defined symbol
there. This commit does some additional, minor, "no-op"
cleanup in #ifdef's for Cortex-M and Cortex-R.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2020-04-07 09:57:12 -05:00
..
arc arch: arc: optimizations on irq lock/unlock in low level 2020-04-06 11:17:38 -07:00
arm arch: arm: aarch32: rename z_arm_reserved to z_arm_exc_spurious 2020-04-07 09:57:12 -05:00
common tests: benchmarks: use high-res counter for MEC1501 SoC 2020-03-31 19:52:21 -04:00
nios2 kernel: interrupt/idle stacks/threads as array 2020-03-16 23:17:36 +02:00
posix tracing: move headers under include/tracing 2020-02-07 15:58:05 -05:00
riscv RISCV compiler: Set mabi and march via Kconfig options 2020-04-06 21:54:07 -04:00
x86 arch: x86: Convert to new DT_INST macros 2020-03-26 03:29:23 -05:00
xtensa xtensa: add calling entry point for multi-processing 2020-03-25 19:07:28 -04:00
CMakeLists.txt arch: Simplify private header include path configuration. 2019-11-06 16:07:32 -08:00
Kconfig arch: posix: Kconfig: select HAS_DTS as the arch level 2020-04-04 16:01:11 +02:00