mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
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
|
||||
* 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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user