x86/ucode/intel: Fold structures together
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 20 Mar 2020 18:32:31 +0000 (18:32 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 1 Apr 2020 13:00:12 +0000 (14:00 +0100)
commite0d1871b3d5cfad0f1d8d7c7593bb42929074d08
tree5349131351e5205d7f9d8aadfea6652b52209d94
parent5ebb8e7ea15b5ff5a09dec1d45b776ec56721e42
x86/ucode/intel: Fold structures together

With all the necessary cleanup now in place, fold struct
microcode_header_intel into struct microcode_patch and drop the struct
microcode_intel temporary ifdef-ary.

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/cpu/microcode/intel.c