ARM: 6899/1: fix the note about dcache lazy flushing for SMP systems
Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Saeed Bishara <saeed@marvell.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
5f23188e03
commit
31bee4cf0e
|
@ -275,7 +275,8 @@ void __sync_icache_dcache(pte_t pteval)
|
||||||
* kernel cache lines for later. Otherwise, we assume we have
|
* kernel cache lines for later. Otherwise, we assume we have
|
||||||
* aliasing mappings.
|
* 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)
|
void flush_dcache_page(struct page *page)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue