diff options
| author | Boyan Karatotev <boyan.karatotev@arm.com> | 2026-06-08 14:42:54 +0100 |
|---|---|---|
| committer | Boyan Karatotev <boyan.karatotev@arm.com> | 2026-07-30 09:00:25 +0100 |
| commit | 832563549a997e8d58e403a6db5cd24acc572c62 (patch) | |
| tree | 75bcdce2c8341e8d8dc4ab7f2dd46c465a876b31 /lib | |
| parent | ac4b2c36c898273ed5e126eec4a8a38ed2e81db7 (diff) | |
| download | arm-trusted-firmware-832563549a997e8d58e403a6db5cd24acc572c62.tar.gz arm-trusted-firmware-832563549a997e8d58e403a6db5cd24acc572c62.zip | |
fix(docs): don't say FEAT_AMU isn't contexted
As this has not been true since 8cd9c18bf
Change-Id: I668505c934677c0b252b045acb43bba79002504e
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/el3_runtime/aarch64/context_mgmt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/el3_runtime/aarch64/context_mgmt.c b/lib/el3_runtime/aarch64/context_mgmt.c index 96c7c7e4a..cd289fd90 100644 --- a/lib/el3_runtime/aarch64/context_mgmt.c +++ b/lib/el3_runtime/aarch64/context_mgmt.c @@ -978,7 +978,6 @@ void cm_init_percpu_once_regs(void) static void manage_extensions_nonsecure(cpu_context_t *ctx) { #ifdef IMAGE_BL31 - /* NOTE: registers are not context switched */ if (is_feat_amu_supported()) { amu_enable(ctx); } |
