Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
20ceff34
Commit
20ceff34
authored
3 years ago
by
Joanna Farley
Committed by
TrustedFirmware Code Review
3 years ago
Browse files
Options
Download
Plain Diff
Merge "services: Fix pmr_el1 rewrote issue in sdei_disaptch_event()" into integration
parents
81bbb921
d21f1ddb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
services/std_svc/sdei/sdei_intr_mgmt.c
+3
-3
services/std_svc/sdei/sdei_intr_mgmt.c
with
3 additions
and
3 deletions
+3
-3
services/std_svc/sdei/sdei_intr_mgmt.c
View file @
20ceff34
...
...
@@ -636,15 +636,15 @@ int sdei_dispatch_event(int ev_num)
if
(
!
can_sdei_state_trans
(
se
,
DO_DISPATCH
))
return
-
1
;
/* Activate the priority corresponding to the event being dispatched */
ehf_activate_priority
(
sdei_event_priority
(
map
));
/*
* Prepare for NS dispatch by restoring the Non-secure context and
* marking that as active.
*/
ns_ctx
=
restore_and_resume_ns_context
();
/* Activate the priority corresponding to the event being dispatched */
ehf_activate_priority
(
sdei_event_priority
(
map
));
/* Dispatch event synchronously */
setup_ns_dispatch
(
map
,
se
,
ns_ctx
,
&
dispatch_jmp
);
begin_sdei_synchronous_dispatch
(
&
dispatch_jmp
);
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help