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
Peter Maydell committed
Jul 31, 2026 at 11:24 UTC
c490037c1349f503d7986391b24db47362a204eb
1 file changed
-1
target/arm/cpu.h
-1
@@ -766,7 +766,6 @@ typedef struct CPUArchState {
766
/*
767
* The event register is shared by all ARM profiles (A/R/M),
768
* so it is stored in the top-level CPU state.
769
- * WFE/SEV handling is currently implemented only for M-profile.
769
*/
770
bool event_register;
771