ARM: 7772/1: Fix missing flush_kernel_dcache_page() for noMMU
authorSimon Baatz <gmbnomis@gmail.com>
Sat, 22 Jun 2013 21:01:25 +0000 (22:01 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Jul 2013 17:55:20 +0000 (10:55 -0700)
commitacf81122dab13e966697614263e39a0f3fb32a67
tree91b65424546f51c13f8f9debe00cd139365d2221
parentc5ba85b81a2b6243437363b47390917f110b8583
ARM: 7772/1: Fix missing flush_kernel_dcache_page() for noMMU

commit 63384fd0b1509acf522a8a8fcede09087eedb7df upstream.

Commit 1bc3974 (ARM: 7755/1: handle user space mapped pages in
flush_kernel_dcache_page) moved the implementation of
flush_kernel_dcache_page() into mm/flush.c but did not implement it
on noMMU ARM.

Signed-off-by: Simon Baatz <gmbnomis@gmail.com>
Acked-by: Kevin Hilman <khilman@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/mm/nommu.c