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)
committerBen Hutchings <ben@decadent.org.uk>
Sat, 29 Jun 2013 03:06:28 +0000 (04:06 +0100)
commitbdd1c06a9df5155e6338f01100ad5c4a6c6dbffc
tree7a8e5ebf5c86cb0e7fd631f86ef45d364c2e9c19
parentfa76cd49f117853eb06d3de8f343a99421d8ddc3
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: Ben Hutchings <ben@decadent.org.uk>
arch/arm/mm/nommu.c