arm64: KVM: Add VGIC device control for arm64

This fixes the build breakage introduced by
c07a0191ef and adds support for the device
control API and save/restore of the VGIC state for ARMv8.

The defines were simply missing from the arm64 header files and
uaccess.h must be implicitly imported from somewhere else on arm.

Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Christoffer Dall
2014-02-02 13:41:02 -08:00
zatwierdzone przez Paolo Bonzini
rodzic aac5c4226e
commit 2a2f3e269c
2 zmienionych plików z 10 dodań i 0 usunięć

Wyświetl plik

@@ -24,6 +24,7 @@
#include <linux/of.h>
#include <linux/of_address.h>
#include <linux/of_irq.h>
#include <linux/uaccess.h>
#include <linux/irqchip/arm-gic.h>