]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
x86/entry/64: Do not include inst.h in calling.h
authorUros Bizjak <ubizjak@gmail.com>
Thu, 27 Aug 2020 17:17:35 +0000 (19:17 +0200)
committerBorislav Petkov <bp@suse.de>
Fri, 4 Sep 2020 08:59:21 +0000 (10:59 +0200)
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
arch/x86/entry/calling.h

index ae9b0d4615b3254e83af6a5e6d9949831122f5fd..07a9331d55e73ddf846c595ebdbd3800db25c43c 100644 (file)
@@ -6,7 +6,6 @@
 #include <asm/percpu.h>
 #include <asm/asm-offsets.h>
 #include <asm/processor-flags.h>
-#include <asm/inst.h>
 
 /*