Skip to content
Snippets Groups Projects
Verified Commit 9a5eeb4d authored by rahix's avatar rahix
Browse files

fix(epicardium): Remove superfluous SEV-WFE pair


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 6c2c4c15
No related branches found
No related tags found
No related merge requests found
......@@ -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" );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment