Re: [PATCH] KVM: arm/arm64: remove kvm_vgic_*early_init() functions

2016-07-26 Thread Christoffer Dall
On Tue, Jul 05, 2016 at 02:50:43PM +0100, Andre Przywara wrote: > kvm_vgic_early_init() and kvm_vgic_vcpu_early_init() were only used > with the old VGIC, on the new VGIC these functions do nothing. > Follow the comment in vgic-init.c and remove those functions and > their calls. > >

Re: [PATCH] KVM: arm/arm64: remove kvm_vgic_*early_init() functions

2016-07-05 Thread Auger Eric
Hi Andre, On 05/07/2016 15:50, Andre Przywara wrote: > kvm_vgic_early_init() and kvm_vgic_vcpu_early_init() were only used > with the old VGIC, on the new VGIC these functions do nothing. > Follow the comment in vgic-init.c and remove those functions and > their calls. > > Signed-off-by: Andre

[PATCH] KVM: arm/arm64: remove kvm_vgic_*early_init() functions

2016-07-05 Thread Andre Przywara
kvm_vgic_early_init() and kvm_vgic_vcpu_early_init() were only used with the old VGIC, on the new VGIC these functions do nothing. Follow the comment in vgic-init.c and remove those functions and their calls. Signed-off-by: Andre Przywara --- arch/arm/kvm/arm.c