Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
François Revol
firmware
Commits
9a5eeb4d
Verified
Commit
9a5eeb4d
authored
Jul 05, 2019
by
Rahix
Browse files
fix(epicardium): Remove superfluous SEV-WFE pair
Signed-off-by:
Rahix
<
rahix@rahix.de
>
parent
6c2c4c15
Changes
1
Hide whitespace changes
Inline
Side-by-side
epicardium/support.c
View file @
9a5eeb4d
...
...
@@ -25,8 +25,6 @@ void pre_idle_sleep(TickType_t xExpectedIdleTime)
* race conditions.
*/
__asm
volatile
(
"dsb"
:::
"memory"
);
__asm
volatile
(
"sev"
);
__asm
volatile
(
"wfe"
);
__asm
volatile
(
"wfe"
);
__asm
volatile
(
"isb"
);
}
...
...
Write
Preview
Supports
Markdown
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