• Heikki Linnakangas's avatar
    Fix thinko in huge_tlb_pages patch. · 699b1f40
    Heikki Linnakangas authored
    We calculated the rounded-up size for the allocation, but then failed to
    use the rounded-up value in the mmap() call. Oops.
    
    Also, initialize allocsize, to silence warnings seen with some compilers,
    as pointed out by Jeff Janes.
    699b1f40
sysv_shmem.c 21 KB