Re: [PATCH 20/52] mm, numa: Implement migrate-on-fault lazy NUMA strategy for regular and THP pages

2012-12-05 Thread Mel Gorman
On Tue, Dec 04, 2012 at 04:55:13PM -0800, David Rientjes wrote: > Commit "mm, numa: Implement migrate-on-fault lazy NUMA strategy for > regular and THP pages" breaks the build because HPAGE_PMD_SHIFT and > HPAGE_PMD_MASK defined to explode without CONFIG_TRANSPARENT_HUGEPAGE: > > mm/migrate.c:

Re: [PATCH 20/52] mm, numa: Implement migrate-on-fault lazy NUMA strategy for regular and THP pages

2012-12-05 Thread Mel Gorman
On Tue, Dec 04, 2012 at 04:55:13PM -0800, David Rientjes wrote: Commit mm, numa: Implement migrate-on-fault lazy NUMA strategy for regular and THP pages breaks the build because HPAGE_PMD_SHIFT and HPAGE_PMD_MASK defined to explode without CONFIG_TRANSPARENT_HUGEPAGE: mm/migrate.c: In

Re: [PATCH 20/52] mm, numa: Implement migrate-on-fault lazy NUMA strategy for regular and THP pages

2012-12-04 Thread David Rientjes
Commit "mm, numa: Implement migrate-on-fault lazy NUMA strategy for regular and THP pages" breaks the build because HPAGE_PMD_SHIFT and HPAGE_PMD_MASK defined to explode without CONFIG_TRANSPARENT_HUGEPAGE: mm/migrate.c: In function 'migrate_misplaced_transhuge_page_put': mm/migrate.c:1549:

Re: [PATCH 20/52] mm, numa: Implement migrate-on-fault lazy NUMA strategy for regular and THP pages

2012-12-04 Thread David Rientjes
Commit mm, numa: Implement migrate-on-fault lazy NUMA strategy for regular and THP pages breaks the build because HPAGE_PMD_SHIFT and HPAGE_PMD_MASK defined to explode without CONFIG_TRANSPARENT_HUGEPAGE: mm/migrate.c: In function 'migrate_misplaced_transhuge_page_put': mm/migrate.c:1549:

[PATCH 20/52] mm, numa: Implement migrate-on-fault lazy NUMA strategy for regular and THP pages

2012-12-02 Thread Ingo Molnar
From: Peter Zijlstra Add regular page and TH-page lazy migration for the NUMA working set scanning fault case. This code imports and integrates code heavily from various NUMA migration and fault based lazy migration patches sent to lkml: mm, mempolicy: Lazy migration Author: Lee

[PATCH 20/52] mm, numa: Implement migrate-on-fault lazy NUMA strategy for regular and THP pages

2012-12-02 Thread Ingo Molnar
From: Peter Zijlstra a.p.zijls...@chello.nl Add regular page and TH-page lazy migration for the NUMA working set scanning fault case. This code imports and integrates code heavily from various NUMA migration and fault based lazy migration patches sent to lkml: mm, mempolicy: Lazy migration