diff options
author | Borislav Petkov <bp@suse.de> | 2022-10-19 19:25:27 +0200 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2022-11-02 16:45:46 +0100 |
commit | 254ed7cf4dd79a18bbc496ab53f6c82d45431c78 (patch) | |
tree | 717d129f95c6f0ba9e608dea61f776334a9f2aed /arch/x86/include/asm/microcode.h | |
parent | x86/microcode: Do some minor fixups (diff) | |
download | linux-254ed7cf4dd79a18bbc496ab53f6c82d45431c78.tar.xz 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/include/asm/microcode.h')
-rw-r--r-- | arch/x86/include/asm/microcode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/microcode.h b/arch/x86/include/asm/microcode.h index d4c36fbd1d39..d5a58bde091c 100644 --- a/arch/x86/include/asm/microcode.h +++ b/arch/x86/include/asm/microcode.h @@ -49,7 +49,6 @@ struct microcode_ops { struct ucode_cpu_info { struct cpu_signature cpu_sig; - int valid; void *mc; }; extern struct ucode_cpu_info ucode_cpu_info[]; |