projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f23188
)
ARM: 6899/1: fix the note about dcache lazy flushing for SMP systems
author
saeed bishara
<
[email protected]
>
Mon, 16 May 2011 10:25:21 +0000
(11:25 +0100)
committer
Russell King
<
[email protected]
>
Fri, 20 May 2011 21:39:17 +0000
(22:39 +0100)
Acked-by: Catalin Marinas <
[email protected]
>
Signed-off-by: Saeed Bishara <
[email protected]
>
Signed-off-by: Russell King <
[email protected]
>
arch/arm/mm/flush.c
patch
|
blob
|
history
diff --git
a/arch/arm/mm/flush.c
b/arch/arm/mm/flush.c
index 2b269c95552405552ef23be261578cdd19c840cb..b7f69800348fa1389975dcbf2fdedae2510fa2f0 100644
(file)
--- a/
arch/arm/mm/flush.c
+++ b/
arch/arm/mm/flush.c
@@
-275,7
+275,8
@@
void __sync_icache_dcache(pte_t pteval)
* kernel cache lines for later. Otherwise, we assume we have
* aliasing mappings.
*
- * Note that we disable the lazy flush for SMP.
+ * Note that we disable the lazy flush for SMP configurations where
+ * the cache maintenance operations are not automatically broadcasted.
*/
void flush_dcache_page(struct page *page)
{