Home
last modified time | relevance | path

Searched hist:"8 f894a4d38adff26733225fb170f2a2d3e2b3054" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/lib/
H A Dcache-cp15.c8f894a4d38adff26733225fb170f2a2d3e2b3054 Mon Aug 15 04:33:01 UTC 2016 Stefan Agner <stefan.agner@toradex.com> arm: cache: always flush cache line size for page table

The page table is maintained by the CPU, hence it is safe to always
align cache flush to a whole cache line size. This allows to use
mmu_page_table_flush for a single page table, e.g. when configure
only small regions through mmu_set_region_dcache_behaviour.

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Tested-by: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heiko Schocher <hs@denx.de>