]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 24 Jun 2013 13:28:44 +0000 (14:28 +0100)
commit439a2368088561fa8a6562a6c24f9d12912761b4
tree3bdd2d078cdf5300d84c3288bcce1096da2361f2
parent0ce3e2fe8da0d6f57562dc38f5be66dede5baf26
ARM: 7772/1: Fix missing flush_kernel_dcache_page() for noMMU

Commit 87830ea (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>
Cc: <stable@vger.kernel.org> # 3.2+: 87830ea: ARM: 7755/1
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/nommu.c