Re: [PATCH 2/3] mm: thp: Fix the update_mmu_cache() last argument passing in mm/huge_memory.c
From: David Miller <davem@davemloft.net>
Date: 2012-09-20 19:32:17
Also in:
linux-mm, lkml
From: David Miller <davem@davemloft.net>
Date: 2012-09-20 19:32:17
Also in:
linux-mm, lkml
From: Will Deacon <redacted> Date: Thu, 20 Sep 2012 13:44:01 +0100
Just to clarify: do you want a cast from pmd_t * to pte_t * or instead copy the hugetlb code and pass ptes around instead of pmds? The latter is pretty invasive...
But will be necessary for SPARC64 and POWERPC where the hugetlb entries are encoded at the PTE level.