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
e83769c0
Unverified
Commit
e83769c0
authored
7 years ago
by
davidcunado-arm
Committed by
GitHub
7 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #1159 from jeenu-arm/sdei-fix
SDEI: Fix build error with logging enabled
parents
c195f1a7
897f04e8
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
services/std_svc/sdei/sdei_main.c
+1
-1
services/std_svc/sdei/sdei_main.c
with
1 addition
and
1 deletion
+1
-1
services/std_svc/sdei/sdei_main.c
View file @
e83769c0
...
...
@@ -993,7 +993,7 @@ uint64_t sdei_smc_handler(uint32_t smc_fid,
case
SDEI_PE_UNMASK
:
SDEI_LOG
(
"> UNMASK:%lx
\n
"
,
read_mpidr_el1
());
sdei_pe_unmask
();
SDEI_LOG
(
"< UNMASK:%
l
d
\n
"
,
0
);
SDEI_LOG
(
"< UNMASK:%d
\n
"
,
0
);
SMC_RET1
(
handle
,
0
);
break
;
...
...
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