projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3287c22
)
x86/microcode: Remove unused struct cpu_info_ctx
author
Dr. David Alan Gilbert
<linux@treblig.org>
Mon, 6 May 2024 00:43:00 +0000
(
01:43
+0100)
committer
Borislav Petkov (AMD)
<bp@alien8.de>
Mon, 6 May 2024 09:00:57 +0000
(11:00 +0200)
This looks unused since
2071c0aeda22
("x86/microcode: Simplify init path even more")
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link:
https://lore.kernel.org/r/20240506004300.770564-1-linux@treblig.org
arch/x86/kernel/cpu/microcode/core.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/cpu/microcode/core.c
b/arch/x86/kernel/cpu/microcode/core.c
index 232026a239a68131a2304fa0431faf26d202cb88..b3658d11e7b69224a0e9e59be9d730ae7b9b5f06 100644
(file)
--- a/
arch/x86/kernel/cpu/microcode/core.c
+++ b/
arch/x86/kernel/cpu/microcode/core.c
@@
-60,11
+60,6
@@
module_param(force_minrev, bool, S_IRUSR | S_IWUSR);
*/
struct ucode_cpu_info ucode_cpu_info[NR_CPUS];
-struct cpu_info_ctx {
- struct cpu_signature *cpu_sig;
- int err;
-};
-
/*
* Those patch levels cannot be updated to newer ones and thus should be final.
*/