On 10/28/24 05:18, Andrew Cooper wrote:
microcode_grab_module() and early_microcode_update_cpu() are logically one
task that passes state via static variables.
We intend to delete said static variables, so start by moving these functions
out of early_microcode_init().
No functional change.
Signed-off-by: Andrew Cooper <[email protected]>
---
CC: Jan Beulich <[email protected]>
CC: Roger Pau Monné <[email protected]>
CC: Daniel P. Smith <[email protected]>
---
Reviewed-by: Daniel P. Smith <[email protected]>