[<prev] [next>] [day] [month] [year] [list]
Message-ID: <202312182031+0800-wangjinchao@xfusion.com>
Date: Mon, 18 Dec 2023 20:33:39 +0800
From: Wang Jinchao <wangjinchao@...sion.com>
To: Thomas Gleixner <tglx@...utronix.de>, Ingo Molnar <mingo@...hat.com>,
Borislav Petkov <bp@...en8.de>, Dave Hansen <dave.hansen@...ux.intel.com>,
<x86@...nel.org>, "H. Peter Anvin" <hpa@...or.com>,
<linux-kernel@...r.kernel.org>
CC: <stone.xulei@...sion.com>, <wangjinchao@...sion.com>
Subject: [PATCH v2] x86/setup: Remove duplicate header includes
efi.h and spec-ctrl.h are included twice.
Remove the duplicate entries.
Reviewed-by: Sohil Mehta <sohil.mehta@...el.com>
Signed-off-by: Wang Jinchao <wangjinchao@...sion.com>
---
V2:
Adopt Sohil's suggestion to modify the comments.
V1: https://lore.kernel.org/lkml/202312151755+0800-wangjinchao@xfusion.com/
arch/x86/kernel/setup.c | 1 -
arch/x86/kernel/smpboot.c | 1 -
2 files changed, 2 deletions(-)
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c
index 1526747bedf2..f6152c6b139a 100644
--- a/arch/x86/kernel/setup.c
+++ b/arch/x86/kernel/setup.c
@@ -37,7 +37,6 @@
#include <asm/bugs.h>
#include <asm/cacheinfo.h>
#include <asm/cpu.h>
-#include <asm/efi.h>
#include <asm/gart.h>
#include <asm/hypervisor.h>
#include <asm/io_apic.h>
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c
index 2cc2aa120b4b..45057860e034 100644
--- a/arch/x86/kernel/smpboot.c
+++ b/arch/x86/kernel/smpboot.c
@@ -87,7 +87,6 @@
#include <asm/hw_irq.h>
#include <asm/stackprotector.h>
#include <asm/sev.h>
-#include <asm/spec-ctrl.h>
/* representing HT siblings of each logical CPU */
DEFINE_PER_CPU_READ_MOSTLY(cpumask_var_t, cpu_sibling_map);
--
2.40.0
Powered by blists - more mailing lists