]> Git Repo - linux.git/commitdiff
x86/entry/64: Do not include inst.h in calling.h
authorUros Bizjak <[email protected]>
Thu, 27 Aug 2020 17:17:35 +0000 (19:17 +0200)
committerBorislav Petkov <[email protected]>
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 <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
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>
 
 /*
 
This page took 0.080237 seconds and 4 git commands to generate.