armv8: mmu: split block if necessary
authorYork Sun <york.sun@nxp.com>
Fri, 24 Jun 2016 23:46:21 +0000 (16:46 -0700)
committerYork Sun <york.sun@nxp.com>
Fri, 15 Jul 2016 16:01:43 +0000 (09:01 -0700)
commitf733d46620d0efb93091f147f81a4bf9588fad3f
tree2525a0db4c72834bd6f842082b2b4ebe7f0cc4b7
parent252cdb46ee33ff876823d0ce0a0190c3878c76ff
armv8: mmu: split block if necessary

When page tables are created, allow later table to be created on
previous block entry. Splitting block feature is already working
with current code. This patch only rearranges the code order and
adds one condition to call split_block().

Signed-off-by: York Sun <york.sun@nxp.com>
arch/arm/cpu/armv8/cache_v8.c