Re: [PATCH] arm64: fix MAX_ORDER for 64K pagesize

From: David Rientjes
Date: Wed Jun 11 2014 - 19:04:36 EST


On Wed, 11 Jun 2014, David Rientjes wrote:

> Any reason to not switch this to
>
> ARM64_64K_PAGES && TRANSPARENT_HUGEPAGE && CMA
>

(ARM64_64K_PAGES) && (TRANSPARENT_HUGEPAGE || CMA)

> instead? If pageblock_order > MAX_ORDER because of
> HPAGE_SHIFT > PAGE_SHIFT, then cma is always going to be passing a
> too-large-order to free_pages_prepare() via this path.
>
> Adding Michal and Marek to the cc.
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/