Skip to content

Commit eb36217

Browse files
ubizjaksuryasaimadhu
authored andcommitted
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 6a3ea3e ("x86/entry/64: Do not use RDPID in paranoid entry to accomodate KVM") so remove the include. Fixes: 6a3ea3e ("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
1 parent e33ab20 commit eb36217

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

arch/x86/entry/calling.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#include <asm/percpu.h>
77
#include <asm/asm-offsets.h>
88
#include <asm/processor-flags.h>
9-
#include <asm/inst.h>
109

1110
/*
1211

0 commit comments

Comments
 (0)