diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2025-08-30 15:40:15 +1000 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2025-09-16 17:31:53 +0100 |
| commit | 171a302a041ed5532d997d40bb50f39b2b9435a3 (patch) | |
| tree | b108199a1b6df239ad1b603b5c1d5b8df66b4bc6 | |
| parent | b41cfb6d17ee29f3c5474d8a8f79260535a11335 (diff) | |
| download | focaccia-qemu-171a302a041ed5532d997d40bb50f39b2b9435a3.tar.gz focaccia-qemu-171a302a041ed5532d997d40bb50f39b2b9435a3.zip | |
target/arm: Remove outdated comment for ZCR_EL12
The comment about not being included in the summary table has been out of date for quite a while. Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20250830054128.448363-12-richard.henderson@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
| -rw-r--r-- | target/arm/helper.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target/arm/helper.c b/target/arm/helper.c index 19637e7301..b641229ba0 100644 --- a/target/arm/helper.c +++ b/target/arm/helper.c @@ -4563,11 +4563,6 @@ static void define_arm_vh_e2h_redirects_aliases(ARMCPU *cpu) { K(3, 0, 14, 1, 0), K(3, 4, 14, 1, 0), K(3, 5, 14, 1, 0), "CNTKCTL", "CNTHCTL_EL2", "CNTKCTL_EL12" }, - /* - * Note that redirection of ZCR is mentioned in the description - * of ZCR_EL2, and aliasing in the description of ZCR_EL1, but - * not in the summary table. - */ { K(3, 0, 1, 2, 0), K(3, 4, 1, 2, 0), K(3, 5, 1, 2, 0), "ZCR_EL1", "ZCR_EL2", "ZCR_EL12", isar_feature_aa64_sve }, { K(3, 0, 1, 2, 6), K(3, 4, 1, 2, 6), K(3, 5, 1, 2, 6), |