Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
2c62b00e
Commit
2c62b00e
authored
Mar 05, 2021
by
Mark Dykes
Committed by
TrustedFirmware Code Review
Mar 05, 2021
Browse files
Merge "SDEI: updata the affinity of shared event" into integration
parents
8c8efa86
6ccbcff5
Changes
1
Show whitespace changes
Inline
Side-by-side
services/std_svc/sdei/sdei_main.c
View file @
2c62b00e
...
...
@@ -314,6 +314,9 @@ static int sdei_event_routing_set(int ev_num, uint64_t flags, uint64_t mpidr)
/* Update event registration flag */
se
->
reg_flags
=
(
unsigned
int
)
flags
;
if
(
flags
==
SDEI_REGF_RM_PE
)
{
se
->
affinity
=
(
mpidr
&
MPIDR_AFFINITY_MASK
);
}
/*
* ROUTING_SET is permissible only when event composite state is
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment