From: Catalin Marinas Date: Mon, 8 Oct 2012 23:33:01 +0000 (-0700) Subject: mm: thp: fix the update_mmu_cache() last argument passing in mm/huge_memory.c X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4eb29a0029587eab27d3ac88e5736cda6246c3f1;p=pandora-kernel.git mm: thp: fix the update_mmu_cache() last argument passing in mm/huge_memory.c The update_mmu_cache() takes a pointer (to pte_t by default) as the last argument but the huge_memory.c passes a pmd_t value. The patch changes the argument to the pmd_t * pointer. Signed-off-by: Catalin Marinas Signed-off-by: Steve Capper Signed-off-by: Will Deacon Cc: Arnd Bergmann Reviewed-by: Kirill A. Shutemov Cc: Michal Hocko Cc: Gerald Schaefer Reviewed-by: Andrea Arcangeli Cc: Chris Metcalf Cc: Ralf Baechle Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Conflicts: mm/huge_memory.c --- Reading git-diff-tree failed