]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm: thp: fix the update_mmu_cache() last argument passing in mm/huge_memory.c
authorCatalin Marinas <catalin.marinas@arm.com>
Wed, 26 Sep 2012 01:33:54 +0000 (11:33 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 27 Sep 2012 07:26:57 +0000 (17:26 +1000)
commitb4715375b166206f6699f6500205f0964814bf27
tree87782dbd69bf90b70076d988a442d299c4299252
parentadd4c1c797b4e62641bdc3ea04f19246ab3de620
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 <catalin.marinas@arm.com>
Signed-off-by: Steve Capper <steve.capper@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Kirill A. Shutemov <kirill@shutemov.name>
Cc: Michal Hocko <mhocko@suse.cz>
Cc: Gerald Schaefer <gerald.schaefer@de.ibm.com>
Reviewed-by: Andrea Arcangeli <aarcange@redhat.com>
Cc: Chris Metcalf <cmetcalf@tilera.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/huge_memory.c