commit | f733d46620d0efb93091f147f81a4bf9588fad3f | [log] [tgz] |
---|---|---|
author | York Sun <york.sun@nxp.com> | Fri Jun 24 16:46:21 2016 -0700 |
committer | York Sun <york.sun@nxp.com> | Fri Jul 15 09:01:43 2016 -0700 |
tree | 2525a0db4c72834bd6f842082b2b4ebe7f0cc4b7 | |
parent | 252cdb46ee33ff876823d0ce0a0190c3878c76ff [diff] |
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>