zephyr/include/arch
Dan Kalowsky 983ec93bd4 arch: arm: move nmi to common location
The nmi_on_reset.S functions are used by all ARM platforms.  It
makes no sense to repeat the same code for all platforms.  Moving
the code from each SOC implementation to arch/arm/core.

The same treatment for the NMI_INIT() macro.  Moving it from a per
SOC implementation to the include/arch/arm/cortex_m/nmi.h.

Change-Id: I574d8880a44046cc7b9e1b635e80d6e83657b8c1
Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
2016-03-12 03:20:36 +00:00
..
arc sys_io: don't allow negative bit offsets 2016-03-04 16:26:21 +00:00
arm arch: arm: move nmi to common location 2016-03-12 03:20:36 +00:00
x86 sys_io: don't allow negative bit offsets 2016-03-04 16:26:21 +00:00
cpu.h