On 17.11.2025 23:21, Andrew Cooper wrote:
> It's impossible for wait_for_state() to return false when looking for
> LOADING_EXIT, so much so that the optimiser can drop the ASSERT()s.
>
> No functional change.
>
> Fixes: 5ed12565aa32 ("microcode: rendezvous CPUs in NMI handler and load
> ucode")
> Signed-off-by: Andrew Cooper <[email protected]>Reviewed-by: Jan Beulich <[email protected]> Besides helping code clarity, mainly a Misra fix as it looks (unreachable code). Jan
