ARM: MMU: fix wrong dma_flush_range in arm_create_pte()
Since 7ba0f2d299 arm_create_pte() flushes the page table entries itself
and it's no longer done in arch_remap_range(). Unfortunately it does
not flush the modified 1st level page table entry, but instead the base
of the page table. Fix it up.

Fixes: 7ba0f2d299 ARM: mmu: fix cache flushing when replacing a section with a PTE

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent e20a687 commit 12907adf6616f4d753ef0d9db3a9aa0bb08567d8
@Sascha Hauer Sascha Hauer authored on 15 Aug 2018
Showing 1 changed file
View
arch/arm/cpu/mmu.c