From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH] KVM: arm/arm64: remove kvm_vgic_*early_init() functions Date: Tue, 26 Jul 2016 14:43:24 +0200 Message-ID: <20160726124324.GB26002@cbox> References: <20160705135043.13780-1-andre.przywara@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Marc Zyngier , Eric Auger , kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org To: Andre Przywara Return-path: Received: from mail-wm0-f52.google.com ([74.125.82.52]:38140 "EHLO mail-wm0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753802AbcGZMl5 (ORCPT ); Tue, 26 Jul 2016 08:41:57 -0400 Received: by mail-wm0-f52.google.com with SMTP id o80so14900027wme.1 for ; Tue, 26 Jul 2016 05:41:56 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20160705135043.13780-1-andre.przywara@arm.com> Sender: kvm-owner@vger.kernel.org List-ID: 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. > > Signed-off-by: Andre Przywara Acked-by: Christoffer Dall