Re: [PATCH 1/2] thp: fix update_mmu_cache_pmd() calls

2012-11-16 Thread David Rientjes
On Fri, 16 Nov 2012, Kirill A. Shutemov wrote: > From: "Kirill A. Shutemov" > > update_mmu_cache_pmd() takes pointer to pmd_t as third, not pmd_t. > > mm/huge_memory.c: In function 'do_huge_pmd_numa_page': > mm/huge_memory.c:825:2: error: incompatible type for argument 3 of > 'update_mmu_cache

[PATCH 1/2] thp: fix update_mmu_cache_pmd() calls

2012-11-16 Thread Kirill A. Shutemov
From: "Kirill A. Shutemov" update_mmu_cache_pmd() takes pointer to pmd_t as third, not pmd_t. mm/huge_memory.c: In function 'do_huge_pmd_numa_page': mm/huge_memory.c:825:2: error: incompatible type for argument 3 of 'update_mmu_cache_pmd' In file included from include/linux/mm.h:44:0,