MLK-15930-1 armv8: mmu: fix page table mapping
authorPeng Fan <peng.fan@nxp.com>
Mon, 10 Jul 2017 07:58:22 +0000 (15:58 +0800)
committerJason Liu <jason.hui.liu@nxp.com>
Thu, 2 Nov 2017 18:37:02 +0000 (02:37 +0800)
commit6739463ca48198b219a834c1b3da1d8ccc4c8e4a
tree78abd583c0f65c9c9ec29c976e3e888bd7d0ca29
parent3bce86febc7ad9ae18dea33966470e283eef93f3
MLK-15930-1 armv8: mmu: fix page table mapping

To page mapping the lowest 2 bits needs to be 0x3.
If not fix this, the final lowest 3 bits for page mapping is 0x1
which is marked as reserved.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/cpu/armv8/cache_v8.c
arch/arm/include/asm/armv8/mmu.h