• Colin Cross's avatar
    fix libpagemap for x86_64 · d6c0e17d
    Colin Cross authored
    libpagemap was storing a virtual pfn in an int, which works on arm64
    with 39 bits of virtual address space but fails on x86_64.  Use an
    unsigned long instead.
    
    Fixes errors when running procrank on x86_64:
    warning: could not read usage for 1
    
    Change-Id: I171c8ee49faa51accf3c1bb69059d549aee04979
    d6c0e17d
pm_process.c 7.45 KB