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 in6a3ea3e68b
("x86/entry/64: Do not use RDPID in paranoid entry to accomodate KVM") so remove the include. Fixes:6a3ea3e68b
("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
This commit is contained in:
Родитель
e33ab20648
Коммит
eb3621798b
|
@ -6,7 +6,6 @@
|
|||
#include <asm/percpu.h>
|
||||
#include <asm/asm-offsets.h>
|
||||
#include <asm/processor-flags.h>
|
||||
#include <asm/inst.h>
|
||||
|
||||
/*
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче