Re: [PATCH 2/5] x86/ucode: Drop ops->match_cpu()

2020-04-03 Thread Jan Beulich
On 02.04.2020 12:18, Andrew Cooper wrote: > It turns out there are no callers of the hook(). The only callers are the > local, which can easily be rearranged to use the appropriate internal helper. > > Signed-off-by: Andrew Cooper Reviewed-by: Jan Beulich

[PATCH 2/5] x86/ucode: Drop ops->match_cpu()

2020-04-02 Thread Andrew Cooper
It turns out there are no callers of the hook(). The only callers are the local, which can easily be rearranged to use the appropriate internal helper. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Wei Liu CC: Roger Pau Monné --- xen/arch/x86/cpu/microcode/amd.c | 8 +--- xen