Commit 808b953e authored by Bradley Bolen's avatar Bradley Bolen Committed by Ioannis Glaropoulos
Browse files

arch: arm: Move fault.c to cortex_m directory



This fault handling code is specific to Cortex-M so move it to prepare
for Cortex-R support.

Signed-off-by: default avatarBradley Bolen <bbolen@lexmark.com>
parent eb9f23fd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@ zephyr_library_sources(
  exc_exit.S
  swap.c
  swap_helper.S
  fault.c
  irq_manage.c
  thread.c
  cpu_idle.S
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@ zephyr_library_sources(
  reset.S
  nmi_on_reset.S
  prep_c.c
  fault.c
  scb.c
  nmi.c
  irq_init.c