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:
Radim Krčmář 2015-02-09 22:44:07 +01:00 коммит произвёл Paolo Bonzini
Родитель d44e121223
Коммит dab2087def
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -45,6 +45,7 @@
#include <asm/perf_event.h>
#include <asm/debugreg.h>
#include <asm/kexec.h>
#include <asm/apic.h>
#include "trace.h"