commit | cf64ced2d7a7c23a5fb97d7bc0ce275dec480c59 | [log] [tgz] |
---|---|---|
author | York Sun <york.sun@nxp.com> | Mon Mar 06 09:02:31 2017 -0800 |
committer | York Sun <york.sun@nxp.com> | Tue Mar 14 08:44:03 2017 -0700 |
tree | b913d209155d73acac377963593b850fd1ec8a03 | |
parent | 75488ed425e723bf55a9aa6945dbd33f6a985db6 [diff] |
armv8: layerscape: Fix the sequence of changing MMU table This patch follows the break-before-make process when making changes to MMU table. MMU is disabled before changing TTBR to avoid any potential race condition. Signed-off-by: York Sun <york.sun@nxp.com>