Re: [PATCH 3/3] mm: Introduce HAVE_ARCH_TRANSPARENT_HUGEPAGE
From: Will Deacon <hidden>
Date: 2012-09-12 18:10:38
Also in:
linux-mm, lkml
From: Will Deacon <hidden>
Date: 2012-09-12 18:10:38
Also in:
linux-mm, lkml
On Wed, Sep 12, 2012 at 07:06:43PM +0100, Chris Metcalf wrote:
On 9/12/2012 11:32 AM, Michal Hocko wrote:quoted
Makes sense if there are going to be more archs to support THP.The tile architecture currently supports it in our in-house tree, though we haven't returned it to the community yet.
That's a similar situation for AArch64. We hope to post the arm patches pretty soon though, just ironing out some issues with the thp code. Unfortunately, it looks like there might be one more change to the core code as we don't have hardware page aging and need to manipulate the YOUNG bit explicitly. Will