Commit 505aebf5 authored by Bradley Bolen's avatar Bradley Bolen Committed by Ioannis Glaropoulos
Browse files

arch: arm: Move nmi code for Cortex-R support



This code can start out being common between Cortex-R and Cortex-M.

Signed-off-by: default avatarBradley Bolen <bbolen@lexmark.com>
parent 808b953e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@ zephyr_library_sources(
  cpu_idle.S
  fault_s.S
  fatal.c
  nmi.c
  nmi_on_reset.S
)

zephyr_library_sources_ifdef(CONFIG_GEN_SW_ISR_TABLE isr_wrapper.S)
+0 −2
Original line number Diff line number Diff line
@@ -5,11 +5,9 @@ zephyr_library()
zephyr_library_sources(
  vector_table.S
  reset.S
  nmi_on_reset.S
  prep_c.c
  fault.c
  scb.c
  nmi.c
  irq_init.c
  thread_abort.c
  )
+0 −0

File moved.