commit | a74f378cdcab535edc9714456c71b6e62da5be37 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <npitre@baylibre.com> | Tue Mar 16 17:09:02 2021 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Mar 18 19:33:59 2021 -0400 |
tree | 8f473ff0edc4b2570a3c106d4df1bc1ecc9111b6 | |
parent | ec70b2bc7a1996a1fa30bfd5ad4d5cc1628a63e1 [diff] |
aarch64: mmu: apply domain switching on all CPUs if SMP It is apparently possible for one CPU to change the memory domain of a thread already being executed on another CPU. All CPUs must ensure they're using the appropriate mapping after a thread is newly added to a domain. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>