You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
x86/speculation: Fix missing enumeration value warnings
We support an idle mode for both MDS and TAA mitigations, which has
caused our code to diverge a bit from upstream. In doing so, we forgot
some values in switch statements which also had no default case. This
results in the compiler throwing warnings about enumeration values
not being handled. Add in the missing switch cases.
Orabug: 30833548
Signed-off-by: Patrick Colp <[email protected]>
Reviewed-by: Boris Ostrovsky <[email protected]>
Signed-off-by: Somasundaram Krishnasamy <[email protected]>
0 commit comments