Skip to content

Commit

Permalink
core: arm: test if 'GENMASK_32' could be used in assembly properly
Browse files Browse the repository at this point in the history
workaround for the issue: OP-TEE#6798

Signed-off-by: Tony Han <tony.han@microchip.com>
  • Loading branch information
TonyHan11 committed May 8, 2024
1 parent 16fbd46 commit d5f18c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/arch/arm/kernel/entry_a32.S
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ UNWIND( .cantunwind)
set_sctlr
isb

orr r0, r0, #GENMASK_32(20, 16)
ldr r0, =reset_vect_table
write_vbar r0

Expand Down

0 comments on commit d5f18c7

Please sign in to comment.