• Andrew Morton's avatar
    [PATCH] unmap_vmas latency improvement · f0d53a52
    Andrew Morton authored
    unmap_vmas() will cause scheduling latency when tearing down really big vmas
    on !CONFIG_PREEMPT.  That's a bit unkind to the non-preempt case, so let's do
    a cond_resched() after zapping 1024 pages.
    f0d53a52
memory.c 44.9 KB