Ensure all memory operations are complete by before wfi. For example, the
cpu could have just been in uvm_pageidlezero.
This commit is contained in:
parent
3882ea1f75
commit
2f301a00a7
@ -34,6 +34,7 @@
|
||||
.arch armv7a
|
||||
|
||||
ENTRY(armv7_cpu_sleep)
|
||||
dsb
|
||||
wfi @ wait for an interrupt
|
||||
b irq_idle_entry @ assume we got an interrupt
|
||||
END(armv7_cpu_sleep)
|
||||
|
Loading…
Reference in New Issue
Block a user