mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 17:27:11 -04:00
KVM: x86: fix build with !CONFIG_SMP
<asm/apic.h> isn't included directly and without CONFIG_SMP, an option that automagically pulls it can't be enabled. Reported-by: Jim Davis <jim.epost@gmail.com> Signed-off-by: Radim Krčmář <rkrcmar@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
committed by
Paolo Bonzini
parent
d44e121223
commit
dab2087def
@@ -45,6 +45,7 @@
|
||||
#include <asm/perf_event.h>
|
||||
#include <asm/debugreg.h>
|
||||
#include <asm/kexec.h>
|
||||
#include <asm/apic.h>
|
||||
|
||||
#include "trace.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user