Re: [PATCH v2] mm: thp: Set the accessed flag for old pages onaccess fault.
From: Will Deacon
Date: Wed Oct 17 2012 - 11:54:16 EST
On Wed, Oct 17, 2012 at 04:26:20PM +0100, David Miller wrote:
> From: Will Deacon <will.deacon@xxxxxxx>
> Date: Wed, 17 Oct 2012 14:01:25 +0100
>
> > + update_mmu_cache(vma, address, pmd);
>
> This won't build, use update_mmu_cache_pmd().
Good catch. They're both empty macros on ARM, so the typechecker didn't spot
it. Updated patch below.
Cheers,
Will
--->8