Skip to content

Commit

Permalink
[review] core: arm: entry for system thread
Browse files Browse the repository at this point in the history
Fix OPTEE_SMC_FUNCID_CALL_SYSTEM_WITH_REGD_ARG ID value.

Signed-off-by: Etienne Carriere <[email protected]>
  • Loading branch information
etienne-lms committed Jan 30, 2023
1 parent 0b0b9b1 commit 4abb03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/arch/arm/include/sm/optee_smc.h
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@
#define OPTEE_SMC_FUNCID_CALL_WITH_REGD_ARG U(19)

/* See OPTEE_SMC_CALL_SYSTEM_WITH_REGD_ARG above */
#define OPTEE_SMC_FUNCID_CALL_SYSTEM_WITH_REGD_ARG U(22)
#define OPTEE_SMC_FUNCID_CALL_SYSTEM_WITH_REGD_ARG U(20)

/*
* Resume from RPC (for example after processing a foreign interrupt)
Expand Down

0 comments on commit 4abb03c

Please sign in to comment.