Re: [PATCH -V7 04/10] powerpc: Update find_linux_pte_or_hugepte to handle transparent hugepages
From: Aneesh Kumar K.V <hidden>
Date: 2013-05-03 18:58:28
Also in:
linux-mm
From: Aneesh Kumar K.V <hidden>
Date: 2013-05-03 18:58:28
Also in:
linux-mm
David Gibson [off-list ref] writes:
On Mon, Apr 29, 2013 at 01:21:45AM +0530, Aneesh Kumar K.V wrote:quoted
From: "Aneesh Kumar K.V" <redacted>What's the difference in meaning between pmd_huge() and pmd_large()?
#ifndef CONFIG_HUGETLB_PAGE #define pmd_huge(x) 0 #endif Also pmd_large do check for THP PTE flag, and _PAGE_PRESENT. -aneesh