Re: [PATCH 6/8] mm: Make transparent huge code not depend upon the details of pgtable_t

2012-10-02 Thread Andrea Arcangeli
Hi Dave, On Tue, Oct 02, 2012 at 06:27:18PM -0400, David Miller wrote: > > The code currently assumes that pgtable_t is a struct page pointer. > > Fix this by pushing pgtable management behind arch helper functions. This should be fixed in -mm already, it's from the s390x support. -- To

[PATCH 6/8] mm: Make transparent huge code not depend upon the details of pgtable_t

2012-10-02 Thread David Miller
The code currently assumes that pgtable_t is a struct page pointer. Fix this by pushing pgtable management behind arch helper functions. Signed-off-by: David S. Miller --- arch/x86/include/asm/pgalloc.h | 26 ++ mm/huge_memory.c | 22

[PATCH 6/8] mm: Make transparent huge code not depend upon the details of pgtable_t

2012-10-02 Thread David Miller
The code currently assumes that pgtable_t is a struct page pointer. Fix this by pushing pgtable management behind arch helper functions. Signed-off-by: David S. Miller da...@davemloft.net --- arch/x86/include/asm/pgalloc.h | 26 ++ mm/huge_memory.c |

Re: [PATCH 6/8] mm: Make transparent huge code not depend upon the details of pgtable_t

2012-10-02 Thread Andrea Arcangeli
Hi Dave, On Tue, Oct 02, 2012 at 06:27:18PM -0400, David Miller wrote: The code currently assumes that pgtable_t is a struct page pointer. Fix this by pushing pgtable management behind arch helper functions. This should be fixed in -mm already, it's from the s390x support. -- To