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)
commiteb3621798bcdd34ba480109bac357ba6a784d3e2
tree3e7f7edace75f52e6931af7be6a4214f91f76b62
parente33ab2064836600603289ad2ed0ca3424f395fa8
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
arch/x86/entry/calling.h