x86/ucode: Drop ops->match_cpu()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 1 Apr 2020 16:45:52 +0000 (17:45 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 3 Apr 2020 19:11:46 +0000 (20:11 +0100)
commit62d7b32df7aedcbb6ca47ba136dc22c933207358
tree9daa1f5b432915c64820cca1e56eefed126ecbe7
parentc81fb4e4a35cbee4f373387c4ed527676f6dc4b1
x86/ucode: Drop ops->match_cpu()

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 <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/cpu/microcode/amd.c
xen/arch/x86/cpu/microcode/intel.c
xen/arch/x86/cpu/microcode/private.h