• Andrew Morton's avatar
    [PATCH] task_vsize() speedup · 2040ae81
    Andrew Morton authored
    From: William Lee Irwin III <wli@holomorphy.com>
    
    task_vsize() mysteriously appeared on my profiles.  This should remove it
    from them by using the already in-use elsewhere for rlimit checks
    mm->total_vm for the benefit of O(1) cachelines touched.
    2040ae81
task_mmu.c 5.45 KB