Skip to content

Commit

Permalink
fix regresion from apache#14881
Browse files Browse the repository at this point in the history
reason:
svc call may trigger hardfalt

Signed-off-by: hujun5 <[email protected]>
  • Loading branch information
hujun260 committed Dec 6, 2024
1 parent 1e49cb4 commit eb94949
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,7 @@ config ARCH_ARMV7M
select ARCH_HAVE_CPUINFO
select ARCH_HAVE_DEBUG
select ARCH_HAVE_PERF_EVENTS
select ARMV7M_USEBASEPRI

config ARCH_CORTEXM3
bool
Expand Down Expand Up @@ -1011,6 +1012,7 @@ config ARCH_ARMV8M
select ARCH_HAVE_CPUINFO
select ARCH_HAVE_DEBUG
select ARCH_HAVE_PERF_EVENTS
select ARMV8M_USEBASEPRI

config ARCH_CORTEXM23
bool
Expand Down

0 comments on commit eb94949

Please sign in to comment.