• Andrew Morton's avatar
    [PATCH] copy_page_range: minor cleanup · 4d9ebed4
    Andrew Morton authored
     - Don't evaluate pfn_to_page(pte_pfn(pte)) twice.
    
     - adjust whitespace
    
     - rename inner variable `ptepage' to `page'.  It's more logical, and
       reduces collisions with the shared pagetable patch (which has to rename it
       anyway, because it adds a `ptepage' which really is "the page which holds
       ptes").
    4d9ebed4
memory.c 34.3 KB