summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/intel.c
diff options
context:
space:
mode:
authorBorislav Petkov <bp@suse.de>2022-10-19 19:25:27 +0200
committerBorislav Petkov <bp@suse.de>2022-11-02 16:45:46 +0100
commit254ed7cf4dd79a18bbc496ab53f6c82d45431c78 (patch)
tree717d129f95c6f0ba9e608dea61f776334a9f2aed /arch/x86/kernel/cpu/intel.c
parent2e6ff4052d89ff9eeaddece14ba88c40bf8b2721 (diff)
downloadlinux-254ed7cf4dd79a18bbc496ab53f6c82d45431c78.tar.gz
linux-254ed7cf4dd79a18bbc496ab53f6c82d45431c78.tar.bz2
linux-254ed7cf4dd79a18bbc496ab53f6c82d45431c78.zip
x86/microcode: Drop struct ucode_cpu_info.valid
It is not needed anymore. Signed-off-by: Borislav Petkov <bp@suse.de> Reviewed-by: Ashok Raj <ashok.raj@intel.com> Link: https://lore.kernel.org/r/20221028142638.28498-6-bp@alien8.de
Diffstat (limited to 'arch/x86/kernel/cpu/intel.c')
-rw-r--r--arch/x86/kernel/cpu/intel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/intel.c b/arch/x86/kernel/cpu/intel.c
index 2d7ea5480ec3..beb8ca596784 100644
--- a/arch/x86/kernel/cpu/intel.c
+++ b/arch/x86/kernel/cpu/intel.c
@@ -210,7 +210,6 @@ int intel_cpu_collect_info(struct ucode_cpu_info *uci)
csig.rev = intel_get_microcode_revision();
uci->cpu_sig = csig;
- uci->valid = 1;
return 0;
}