commit | 7b7c328f7afd45129b5fd6be0d5288be4225365b | [log] [tgz] |
---|---|---|
author | Carlo Caione <ccaione@baylibre.com> | Fri Sep 11 19:05:22 2020 +0200 |
committer | Andrew Boie <andrewboie@gmail.com> | Wed Nov 04 13:58:19 2020 -0800 |
tree | 17573e2dc870a7509caeb7c46ab8f861890bf464 | |
parent | fd559f16a5a33610eb116e96bf4a80289b955d25 [diff] |
aarch64: mmu: Enable support for unprivileged EL0 The current MMU code is assuming that both kernel and threads are both running in EL1, not supporting EL0. Extend the support to EL0 by adding the missing attribute to mirror the access / execute permissions to EL0. Signed-off-by: Carlo Caione <ccaione@baylibre.com>