aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorWan Jiabing <wanjiabing@vivo.com>2021-04-27 14:38:26 +0800
committerThomas Gleixner <tglx@linutronix.de>2021-05-05 21:50:13 +0200
commit3cf4524ce40b204418537e6a3a55ed44911b3f53 (patch)
tree57968c76a9d9d35d6efbefec3ec71b7e9dc86266 /arch/x86
parentx86/cpu: Use alternative to generate the TASK_SIZE_MAX constant (diff)
downloadlinux-dev-3cf4524ce40b204418537e6a3a55ed44911b3f53.tar.xz
linux-dev-3cf4524ce40b204418537e6a3a55ed44911b3f53.zip
x86/smpboot: Remove duplicate includes
Signed-off-by: Wan Jiabing <wanjiabing@vivo.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20210427063835.9039-1-wanjiabing@vivo.com
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/kernel/smpboot.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c
index 7ffb0cf3f997..0ad5214f598a 100644
--- a/arch/x86/kernel/smpboot.c
+++ b/arch/x86/kernel/smpboot.c
@@ -1865,9 +1865,6 @@ static bool slv_set_max_freq_ratio(u64 *base_freq, u64 *turbo_freq)
return true;
}
-#include <asm/cpu_device_id.h>
-#include <asm/intel-family.h>
-
#define X86_MATCH(model) \
X86_MATCH_VENDOR_FAM_MODEL_FEATURE(INTEL, 6, \
INTEL_FAM6_##model, X86_FEATURE_APERFMPERF, NULL)