commit | 28dc807f5057e051f0a06ee857b81b03048a6c94 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <npitre@baylibre.com> | Sat Mar 20 20:45:16 2021 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Apr 09 11:55:00 2021 -0400 |
tree | b5d62cc1455813b5f480f263ce7a5af91a6b18ae | |
parent | 4a26fe7032bc3f3c2e4dfa47d775098e378d1752 [diff] |
aarch64: mmu: don't touch the lock before the MMU is on We can't do atomic memory operations before the MMU is on. Let's create a code path to set up MMU page tables without any lock. There is obviously no concurrency issues at this stage. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>