diff options
author | Uros Bizjak <ubizjak@gmail.com> | 2020-08-27 19:17:35 +0200 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2020-09-04 10:59:21 +0200 |
commit | eb3621798bcdd34ba480109bac357ba6a784d3e2 (patch) | |
tree | 3e7f7edace75f52e6931af7be6a4214f91f76b62 /arch/x86/entry | |
parent | x86/mpparse: Remove duplicate io_apic.h include (diff) | |
download | linux-eb3621798bcdd34ba480109bac357ba6a784d3e2.tar.xz linux-eb3621798bcdd34ba480109bac357ba6a784d3e2.zip |
x86/entry/64: Do not include inst.h in calling.h
inst.h was included in calling.h solely to instantiate the RDPID macro.
The usage of RDPID was removed in
6a3ea3e68b8a ("x86/entry/64: Do not use RDPID in paranoid entry to accomodate KVM")
so remove the include.
Fixes: 6a3ea3e68b8a ("x86/entry/64: Do not use RDPID in paranoid entry to accomodate KVM")
Signed-off-by: Uros Bizjak <ubizjak@gmail.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20200827171735.93825-1-ubizjak@gmail.com
Diffstat (limited to 'arch/x86/entry')
-rw-r--r-- | arch/x86/entry/calling.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/entry/calling.h b/arch/x86/entry/calling.h index ae9b0d4615b3..07a9331d55e7 100644 --- a/arch/x86/entry/calling.h +++ b/arch/x86/entry/calling.h @@ -6,7 +6,6 @@ #include <asm/percpu.h> #include <asm/asm-offsets.h> #include <asm/processor-flags.h> -#include <asm/inst.h> /* |