• Andi Kleen's avatar
    [PATCH] Fixing mlockall & PROT_NONE · c3d6daa8
    Andi Kleen authored
    This is the minimal change to make "mlockall()" not complain about
    the occasional PROT_NONE area.
    
    PROT_NONE is commonly used on x86-64, and is no reason to not lock
    in the rest of the mappings into memory.
    c3d6daa8
mlock.c 3.71 KB