diff options
author | Borislav Petkov <bp@suse.de> | 2022-10-19 20:25:27 +0300 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2022-11-02 18:45:46 +0300 |
commit | 254ed7cf4dd79a18bbc496ab53f6c82d45431c78 (patch) | |
tree | 717d129f95c6f0ba9e608dea61f776334a9f2aed /arch/x86/kernel/cpu/intel.c | |
parent | 2e6ff4052d89ff9eeaddece14ba88c40bf8b2721 (diff) | |
download | linux-254ed7cf4dd79a18bbc496ab53f6c82d45431c78.tar.xz |
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.c | 1 |
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; } |