On 2024-10-24 09:22, Andrew Cooper wrote:
microcode_update{,_helper}() are overly generic names in a file that has multiple update routines and helper functions contexts.Rename microcode_update() to ucode_update_hcall() so it explicitly identifies itself as hypercall context, and rename microcode_update_helper() to ucode_update_hcall_cont() to make it clear it is in continuation context. No functional change. Signed-off-by: Andrew Cooper <[email protected]>
Reviewed-by: Jason Andryuk <[email protected]>
