[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240506004300.770564-1-linux@treblig.org>
Date: Mon, 6 May 2024 01:43:00 +0100
From: linux@...blig.org
To: bp@...en8.de
Cc: x86@...nel.org,
linux-kernel@...r.kernel.org,
"Dr. David Alan Gilbert" <linux@...blig.org>
Subject: [PATCH] x86/microcode: Remove unused struct 'cpu_info_ctx'
From: "Dr. David Alan Gilbert" <linux@...blig.org>
This looks unused since:
Commit 2071c0aeda22 ("x86/microcode: Simplify init path even more")
Signed-off-by: Dr. David Alan Gilbert <linux@...blig.org>
---
arch/x86/kernel/cpu/microcode/core.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/arch/x86/kernel/cpu/microcode/core.c b/arch/x86/kernel/cpu/microcode/core.c
index 232026a239a68..b3658d11e7b69 100644
--- 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.
*/
--
2.45.0
Powered by blists - more mailing lists