From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Zyngier Subject: Re: [PATCH] KVM: arm/arm64: Get rid of exported aliases to static functions Date: Thu, 1 Sep 2016 13:11:54 +0100 Message-ID: <57C81B0A.2050003@arm.com> References: <20160901111806.14972-1-christoffer.dall@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 6EC19410EB for ; Thu, 1 Sep 2016 08:03:50 -0400 (EDT) Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZSSuyXNvy9gN for ; Thu, 1 Sep 2016 08:03:46 -0400 (EDT) Received: from foss.arm.com (foss.arm.com [217.140.101.70]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 8B35040BDA for ; Thu, 1 Sep 2016 08:03:46 -0400 (EDT) In-Reply-To: <20160901111806.14972-1-christoffer.dall@linaro.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu To: Christoffer Dall , kvmarm@lists.cs.columbia.edu Cc: kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: kvmarm@lists.cs.columbia.edu On 01/09/16 12:18, Christoffer Dall wrote: > When rewriting the assembly code to C code, it was useful to have > exported aliases or static functions so that we could keep the existing > common C code unmodified and at the same time rewrite arm64 from > assembly to C code, and later do the arm part. > > Now when both are done, we really don't need this level of indirection > anymore, and it's time to save a few lines and brain cells. > > Signed-off-by: Christoffer Dall Acked-by: Marc Zyngier M. -- Jazz is not dead. It just smells funny... From mboxrd@z Thu Jan 1 00:00:00 1970 From: marc.zyngier@arm.com (Marc Zyngier) Date: Thu, 1 Sep 2016 13:11:54 +0100 Subject: [PATCH] KVM: arm/arm64: Get rid of exported aliases to static functions In-Reply-To: <20160901111806.14972-1-christoffer.dall@linaro.org> References: <20160901111806.14972-1-christoffer.dall@linaro.org> Message-ID: <57C81B0A.2050003@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 01/09/16 12:18, Christoffer Dall wrote: > When rewriting the assembly code to C code, it was useful to have > exported aliases or static functions so that we could keep the existing > common C code unmodified and at the same time rewrite arm64 from > assembly to C code, and later do the arm part. > > Now when both are done, we really don't need this level of indirection > anymore, and it's time to save a few lines and brain cells. > > Signed-off-by: Christoffer Dall Acked-by: Marc Zyngier M. -- Jazz is not dead. It just smells funny...