Commit c490037c13 for qemu.org
commit c490037c1349f503d7986391b24db47362a204eb
Author: Peter Maydell <peter.maydell@linaro.org>
Date: Fri Jul 31 11:24:27 2026 +0100
target/arm: Remove stale comment about WFE/SEV implementation
We forgot to remove a comment about WFE/SEV only being implemented
for M-profile when we added the A-profile support for this; delete
the stale text.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20260728111629.1705308-4-peter.maydell@linaro.org
diff --git a/target/arm/cpu.h b/target/arm/cpu.h
index 03a30afcbe..c0492c8dfb 100644
--- a/target/arm/cpu.h
+++ b/target/arm/cpu.h
@@ -766,7 +766,6 @@ typedef struct CPUArchState {
/*
* The event register is shared by all ARM profiles (A/R/M),
* so it is stored in the top-level CPU state.
- * WFE/SEV handling is currently implemented only for M-profile.
*/
bool event_register;