Skip to content

Commit

Permalink
[vcos:feature] arm/armv8-r: remove startup Wait For Event(WFE)
Browse files Browse the repository at this point in the history
Feishu-Url:
https://project.feishu.cn/vehicle_control/story/detail/4421238598

Bug-Introduced-Phase: feature_development
Root-Cause: N/A
Resolution-Description: N/A

Change-Id: I4e2ee47587cf42e55bfe8ee1e069f5e08351754c
Signed-off-by: chao an <[email protected]>
  • Loading branch information
anchao committed Sep 6, 2024
1 parent 1cc9088 commit 62ab077
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/src/armv8-r/arm_head.S
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ __start:
and r0, r0, #0x3
cmp r0, #0
beq __cpu0_start
wfe
cmp r0, #1
#if (defined(CONFIG_SMP) || defined(CONFIG_BMP)) && CONFIG_NR_CPUS > 1
beq __cpu1_start
Expand Down

0 comments on commit 62ab077

Please sign in to comment.