ARM: Pass VMA to copy_user_highpage() implementations
authorRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 5 Oct 2009 14:17:45 +0000 (15:17 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 5 Oct 2009 14:17:45 +0000 (15:17 +0100)
commitf00a75c094c340c4e7435665816c3273c870e849
tree079eaaa6101806b8b6d3de9cd8ce5df3c69bb286
parent8a0382f6fceaf0c6479e582e1054f36333ea3d24
ARM: Pass VMA to copy_user_highpage() implementations

Our copy_user_highpage() implementations may require cache maintainence.
Ensure that implementations have all necessary details to perform this
maintainence.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/include/asm/page.h
arch/arm/mm/copypage-feroceon.c
arch/arm/mm/copypage-v3.c
arch/arm/mm/copypage-v4mc.c
arch/arm/mm/copypage-v4wb.c
arch/arm/mm/copypage-v4wt.c
arch/arm/mm/copypage-v6.c
arch/arm/mm/copypage-xsc3.c
arch/arm/mm/copypage-xscale.c