git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73b63ef
)
Modern processors may need to drain the WB before WFI
author
Catalin Marinas
<catalin.marinas@arm.com>
Mon, 10 Nov 2008 14:14:11 +0000
(14:14 +0000)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Mon, 10 Nov 2008 14:14:11 +0000
(14:14 +0000)
Since WFI may cause the processor to enter a low-power mode, data may
still be in the write buffer. This patch adds a DSB (or DWB) to the
cpu_(v6|v7)_do_idle functions before the WFI.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
No differences found