Skip to content

Commit

Permalink
[review] core: arm: virt-aware FF-A thread_foreign_intr_exit()
Browse files Browse the repository at this point in the history
Addressing comments.

Signed-off-by: Jens Wiklander <[email protected]>
  • Loading branch information
jenswi-linaro committed Jan 30, 2025
1 parent a2bcc58 commit d6c9740
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion core/arch/arm/kernel/thread_a64.S
Original file line number Diff line number Diff line change
Expand Up @@ -1155,7 +1155,7 @@ END_FUNC el0_sync_abort
#endif

#ifdef CFG_CORE_FFA
/* x0 is still pointing to the current thread_ctx
/* x0 is still pointing to the current thread_ctx */
/* load curr_thread_ctx->tsd.rpc_target_info into w19 */
ldr w19, [x0, #THREAD_CTX_TSD_RPC_TARGET_INFO]
/* load curr_thread_ctx->flags into w19 */
Expand Down
1 change: 0 additions & 1 deletion core/arch/arm/kernel/thread_spmc_a64.S
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ END_FUNC thread_rpc_spsr
* in threads[w0].flags. This is only set for the thread which handles SPs.
*/
FUNC thread_foreign_intr_exit , :
/* w1 holds rpc_target_info */
#ifdef CFG_SECURE_PARTITION
and w2, w2, #THREAD_FLAGS_FFA_ONLY
cbnz w2, thread_ffa_interrupt
Expand Down

0 comments on commit d6c9740

Please sign in to comment.