commit | 90351547ceeb76c1337757c51af0fb5a2c30bd02 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Tue Nov 28 10:31:28 2017 +0800 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 04 10:23:52 2017 -0500 |
tree | 459dbae28fa78fa410dd18d3bd8e4f12c56fa0fb | |
parent | 082693f4f02ad7a9de192e73feae34e28856b8e3 [diff] |
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> Reviewed-by: York Sun <york.sun@nxp.com>