Skip to content

Commit 57f6d0a

Browse files
Dr. David Alan Gilbertbp3tk0v
authored andcommitted
x86/microcode: Remove unused struct cpu_info_ctx
This looks unused since 2071c0a ("x86/microcode: Simplify init path even more") Signed-off-by: Dr. David Alan Gilbert <[email protected]> Signed-off-by: Borislav Petkov (AMD) <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 3287c22 commit 57f6d0a

File tree

1 file changed

+0
-5
lines changed
  • arch/x86/kernel/cpu/microcode

1 file changed

+0
-5
lines changed

arch/x86/kernel/cpu/microcode/core.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ module_param(force_minrev, bool, S_IRUSR | S_IWUSR);
6060
*/
6161
struct ucode_cpu_info ucode_cpu_info[NR_CPUS];
6262

63-
struct cpu_info_ctx {
64-
struct cpu_signature *cpu_sig;
65-
int err;
66-
};
67-
6863
/*
6964
* Those patch levels cannot be updated to newer ones and thus should be final.
7065
*/

0 commit comments

Comments
 (0)