From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Wed, 18 Jun 2014 15:23:36 +0000 Subject: Re: [PATCH 6/7] KVM: PPC: Book3S HV: Fix ABIv2 on LE Message-Id: <53A1AEF8.9000904@suse.de> List-Id: References: <1403021847-57177-1-git-send-email-agraf@suse.de> <1403021847-57177-7-git-send-email-agraf@suse.de> <87ha3ickfp.fsf@linux.vnet.ibm.com> In-Reply-To: <87ha3ickfp.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "Aneesh Kumar K.V" , kvm-ppc@vger.kernel.org Cc: kvm@vger.kernel.org On 18.06.14 17:21, Aneesh Kumar K.V wrote: > Alexander Graf writes: > >> We use ABIv2 on Little Endian systems which gets rid of the dotted function >> names. Branch to the actual functions when we see such a system. >> >> Signed-off-by: Alexander Graf > As per patches sent by anton we don't need this. We can branch to the > function rathen than the dot symbol > > http://article.gmane.org/gmane.linux.ports.ppc.embedded/68925 > http://article.gmane.org/gmane.linux.ports.ppc.embedded/71005 Ah, true in this case, because the file never gets compiled as a module. Alex From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Subject: Re: [PATCH 6/7] KVM: PPC: Book3S HV: Fix ABIv2 on LE Date: Wed, 18 Jun 2014 17:23:36 +0200 Message-ID: <53A1AEF8.9000904@suse.de> References: <1403021847-57177-1-git-send-email-agraf@suse.de> <1403021847-57177-7-git-send-email-agraf@suse.de> <87ha3ickfp.fsf@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: "Aneesh Kumar K.V" , kvm-ppc@vger.kernel.org Return-path: In-Reply-To: <87ha3ickfp.fsf@linux.vnet.ibm.com> Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 18.06.14 17:21, Aneesh Kumar K.V wrote: > Alexander Graf writes: > >> We use ABIv2 on Little Endian systems which gets rid of the dotted function >> names. Branch to the actual functions when we see such a system. >> >> Signed-off-by: Alexander Graf > As per patches sent by anton we don't need this. We can branch to the > function rathen than the dot symbol > > http://article.gmane.org/gmane.linux.ports.ppc.embedded/68925 > http://article.gmane.org/gmane.linux.ports.ppc.embedded/71005 Ah, true in this case, because the file never gets compiled as a module. Alex