]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/proc/task_mmu.c
Merge branch 'next' (accumulated 3.16 merge window patches) into master
[karo-tx-linux.git] / fs / proc / task_mmu.c
index 5d9da22e29b0d1d81995fef9091d476b95cd8823..cfa63ee92c96c9e8b715fc73864ca81053c2b237 100644 (file)
@@ -1361,7 +1361,7 @@ static int gather_hugetbl_stats(pte_t *pte, unsigned long hmask,
        struct numa_maps *md;
        struct page *page;
 
-       if (pte_none(*pte))
+       if (!pte_present(*pte))
                return 0;
 
        page = pte_page(*pte);