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:
skrll 2014-11-09 09:21:57 +00:00
parent 3882ea1f75
commit 2f301a00a7

View File

@ -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)