On 21/04/16 19:59, Michael Ellerman wrote:
> On Thu, 2016-04-21 at 19:53 +1000, Balbir Singh wrote:
>> On 09/04/16 16:13, Aneesh Kumar K.V wrote:
>>> +static inline int pgd_huge(pgd_t pgd)
>>> +{
>>> +   /*
>>> +    * leaf pte for huge page
>>> +    */
>>> +   return !!(pgd_val(pgd) & _PAGE_PTE);
>>> +}
>>> +#define pgd_huge pgd_huge
>>> +
>>
>> ??
> 
> #ifndef pgd_huge
> #define pgd_huge(x)   0
> #endif
> 
> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/include/linux/hugetlb.h#n185
> 

Aaah.. makes sense

Cheers
Balbir Singh.
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to