From: Uros Bizjak Date: Thu, 27 Aug 2020 17:17:35 +0000 (+0200) Subject: x86/entry/64: Do not include inst.h in calling.h X-Git-Tag: v5.10-rc1~211^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb3621798bcdd34ba480109bac357ba6a784d3e2;p=thirdparty%2Flinux.git 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 Signed-off-by: Borislav Petkov Link: https://lkml.kernel.org/r/20200827171735.93825-1-ubizjak@gmail.com --- diff --git a/arch/x86/entry/calling.h b/arch/x86/entry/calling.h index ae9b0d4615b32..07a9331d55e73 100644 --- a/arch/x86/entry/calling.h +++ b/arch/x86/entry/calling.h @@ -6,7 +6,6 @@ #include #include #include -#include /*