Skip to content

Commit

Permalink
arch: arm: Move fault.c to cortex_m directory
Browse files Browse the repository at this point in the history
This fault handling code is specific to Cortex-M so move it to prepare
for Cortex-R support.

Signed-off-by: Bradley Bolen <bbolen@lexmark.com>
  • Loading branch information
Bradley Bolen authored and ioannisg committed Aug 2, 2019
1 parent eb9f23f commit 808b953
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions arch/arm/core/cortex_m/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit 808b953

Please sign in to comment.