From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v2 2/7] arm64: KVM: Move the AArch32 conditional execution to common code Date: Tue, 6 Sep 2016 12:47:19 +0200 Message-ID: <20160906104719.GI30513@cbox> References: <1473150527-4729-1-git-send-email-marc.zyngier@arm.com> <1473150527-4729-3-git-send-email-marc.zyngier@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Peter Maydell , linux-arm-kernel@lists.infradead.org, kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu To: Marc Zyngier Return-path: Received: from mail-wm0-f43.google.com ([74.125.82.43]:36830 "EHLO mail-wm0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933143AbcIFKov (ORCPT ); Tue, 6 Sep 2016 06:44:51 -0400 Received: by mail-wm0-f43.google.com with SMTP id b187so57015408wme.1 for ; Tue, 06 Sep 2016 03:44:51 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1473150527-4729-3-git-send-email-marc.zyngier@arm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Sep 06, 2016 at 09:28:42AM +0100, Marc Zyngier wrote: > It would make some sense to share the conditional execution code > between 32 and 64bit. In order to achieve this, let's move that > code to virt/kvm/arm/aarch32.c. While we're at it, drop a > superfluous BUG_ON() that wasn't that useful. > > Following patches will migrate the 32bit port to that code base. > > Signed-off-by: Marc Zyngier Acked-by: Christoffer Dall