]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 6995/2: mm: remove unnecessary cache flush on v6 copypage
authorHeechul Yun <heechul@illinois.edu>
Fri, 8 Jul 2011 12:32:34 +0000 (13:32 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 8 Jul 2011 18:46:37 +0000 (19:46 +0100)
commit94dc1f88d01a181e59f7741b170dd4df73c83957
tree8a84fe10290c9cb24864f0473fec5d4c64da7ef6
parent85cca1cf3de17dc533b909f0bfcaa68493938253
ARM: 6995/2: mm: remove unnecessary cache flush on v6 copypage

Originally introduced to maintain coherency between icache and dcache
in v6 nonaliasing mode. This is now handled by __sync_icache_dcache since
420caa07, therefore unnecessary in this function.

Signed-off-by: Heechul Yun <heechul@illinois.edu>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/copypage-v6.c