• Russell King's avatar
    [PATCH] flush_cache_mm in zap_page_range · e0aceaae
    Russell King authored
    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.
    e0aceaae
memory.c 40 KB