[PATCH] flush_cache_mm in zap_page_range
unmap_vmas() eventually calls tlb_start_vma(), where most architectures flush caches as necessary. The flush here seems to make the flush_cache_range() in zap_page_range() redundant, and therefore can be removed.
Showing
Please register or sign in to comment