Re: [PATCH] arm64/mm: Drop pte_huge()

2019-07-22 Thread Catalin Marinas
On Tue, Jul 02, 2019 at 11:02:55AM +0530, Anshuman Khandual wrote: > This helper is required from generic huge_pte_alloc() which is available > when arch subscribes ARCH_WANT_GENERAL_HUGETLB. arm64 implements it's own > huge_pte_alloc() and does not depend on the generic definition. Drop this >

[PATCH] arm64/mm: Drop pte_huge()

2019-07-01 Thread Anshuman Khandual
This helper is required from generic huge_pte_alloc() which is available when arch subscribes ARCH_WANT_GENERAL_HUGETLB. arm64 implements it's own huge_pte_alloc() and does not depend on the generic definition. Drop this helper which is redundant on arm64. Cc: Catalin Marinas Cc: Will Deacon