Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31bee4cf authored by saeed bishara's avatar saeed bishara Committed by Russell King
Browse files

ARM: 6899/1: fix the note about dcache lazy flushing for SMP systems

parent 5f23188e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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)
{