From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takuya Yoshikawa Date: Mon, 10 May 2010 12:09:15 +0000 Subject: Re: [RFC][PATCH resend 8/12] asm-generic: bitops: introduce le bit Message-Id: <4BE7F76B.3060408@oss.ntt.co.jp> List-Id: References: <20100504220500.7695cd66.takuya.yoshikawa@gmail.com> In-Reply-To: <20100504220500.7695cd66.takuya.yoshikawa@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ia64@vger.kernel.org >> >> Yes, I'm just using in kernel space: qemu has its own endian related helpers. >> >> So if you allow us to place this macro in asm-generic/bitops/* it will help us. > > No problem at all then. Thanks for the explanation. > > Acked-by: Arnd Bergmann Thanks you both. I will add your Acked-by from now on! Takuya From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takuya Yoshikawa Date: Mon, 10 May 2010 12:09:15 +0000 Subject: Re: [RFC][PATCH resend 8/12] asm-generic: bitops: introduce le bit Message-Id: <4BE7F76B.3060408@oss.ntt.co.jp> List-Id: References: <20100504215645.6448af8f.takuya.yoshikawa@gmail.com> <201005061538.54326.arnd@arndb.de> <4BE7F22E.9070504@oss.ntt.co.jp> <201005101401.52182.arnd@arndb.de> In-Reply-To: <201005101401.52182.arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Arnd Bergmann Cc: Takuya Yoshikawa , Avi Kivity , mtosatti@redhat.com, agraf@suse.de, fernando@oss.ntt.co.jp, kvm@vger.kernel.org, kvm-ppc@vger.kernel.org, kvm-ia64@vger.kernel.org, tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, x86@kernel.org, benh@kernel.crashing.org, paulus@samba.org, linuxppc-dev@ozlabs.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org >> >> Yes, I'm just using in kernel space: qemu has its own endian related helpers. >> >> So if you allow us to place this macro in asm-generic/bitops/* it will help us. > > No problem at all then. Thanks for the explanation. > > Acked-by: Arnd Bergmann Thanks you both. I will add your Acked-by from now on! Takuya From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takuya Yoshikawa Subject: Re: [RFC][PATCH resend 8/12] asm-generic: bitops: introduce le bit offset macro Date: Mon, 10 May 2010 21:09:15 +0900 Message-ID: <4BE7F76B.3060408@oss.ntt.co.jp> References: <20100504215645.6448af8f.takuya.yoshikawa@gmail.com> <201005061538.54326.arnd@arndb.de> <4BE7F22E.9070504@oss.ntt.co.jp> <201005101401.52182.arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <201005101401.52182.arnd-r2nGTMty4D4@public.gmane.org> Sender: kvm-ppc-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Arnd Bergmann Cc: Takuya Yoshikawa , Avi Kivity , mtosatti-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org, agraf-l3A5Bk7waGM@public.gmane.org, fernando-gVGce1chcLdL9jVzuh4AOg@public.gmane.org, kvm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, kvm-ppc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, kvm-ia64-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org, mingo-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org, hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org, x86-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, benh-XVmvHMARGAS8U2dJNN8I7kB+6BGkLq7r@public.gmane.org, paulus-eUNUBHrolfbYtjvyW6yDsg@public.gmane.org, linuxppc-dev-mnsaURCQ41sdnm+yROfE0A@public.gmane.org, linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-arch.vger.kernel.org >> >> Yes, I'm just using in kernel space: qemu has its own endian related helpers. >> >> So if you allow us to place this macro in asm-generic/bitops/* it will help us. > > No problem at all then. Thanks for the explanation. > > Acked-by: Arnd Bergmann Thanks you both. I will add your Acked-by from now on! Takuya From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from serv2.oss.ntt.co.jp ([222.151.198.100]:49821 "EHLO serv2.oss.ntt.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751955Ab0EJMF2 (ORCPT ); Mon, 10 May 2010 08:05:28 -0400 Message-ID: <4BE7F76B.3060408@oss.ntt.co.jp> Date: Mon, 10 May 2010 21:09:15 +0900 From: Takuya Yoshikawa MIME-Version: 1.0 Subject: Re: [RFC][PATCH resend 8/12] asm-generic: bitops: introduce le bit offset macro References: <20100504215645.6448af8f.takuya.yoshikawa@gmail.com> <201005061538.54326.arnd@arndb.de> <4BE7F22E.9070504@oss.ntt.co.jp> <201005101401.52182.arnd@arndb.de> In-Reply-To: <201005101401.52182.arnd@arndb.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-arch-owner@vger.kernel.org List-ID: To: Arnd Bergmann Cc: Takuya Yoshikawa , Avi Kivity , mtosatti@redhat.com, agraf@suse.de, fernando@oss.ntt.co.jp, kvm@vger.kernel.org, kvm-ppc@vger.kernel.org, kvm-ia64@vger.kernel.org, tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, x86@kernel.org, benh@kernel.crashing.org, paulus@samba.org, linuxppc-dev@ozlabs.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Message-ID: <20100510120915.OGOT2qNFKO8ZNYLWdQZHBuFitbraKtkQ6wIGxZx55f4@z> >> >> Yes, I'm just using in kernel space: qemu has its own endian related helpers. >> >> So if you allow us to place this macro in asm-generic/bitops/* it will help us. > > No problem at all then. Thanks for the explanation. > > Acked-by: Arnd Bergmann Thanks you both. I will add your Acked-by from now on! Takuya From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from serv2.oss.ntt.co.jp (serv2.oss.ntt.co.jp [222.151.198.100]) by ozlabs.org (Postfix) with ESMTP id 9AEF7B7D5C for ; Mon, 10 May 2010 22:05:28 +1000 (EST) Message-ID: <4BE7F76B.3060408@oss.ntt.co.jp> Date: Mon, 10 May 2010 21:09:15 +0900 From: Takuya Yoshikawa MIME-Version: 1.0 To: Arnd Bergmann Subject: Re: [RFC][PATCH resend 8/12] asm-generic: bitops: introduce le bit offset macro References: <20100504215645.6448af8f.takuya.yoshikawa@gmail.com> <201005061538.54326.arnd@arndb.de> <4BE7F22E.9070504@oss.ntt.co.jp> <201005101401.52182.arnd@arndb.de> In-Reply-To: <201005101401.52182.arnd@arndb.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: linux-arch@vger.kernel.org, x86@kernel.org, kvm@vger.kernel.org, kvm-ia64@vger.kernel.org, fernando@oss.ntt.co.jp, mtosatti@redhat.com, agraf@suse.de, kvm-ppc@vger.kernel.org, linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, mingo@redhat.com, paulus@samba.org, Avi Kivity , hpa@zytor.com, tglx@linutronix.de, Takuya Yoshikawa List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , >> >> Yes, I'm just using in kernel space: qemu has its own endian related helpers. >> >> So if you allow us to place this macro in asm-generic/bitops/* it will help us. > > No problem at all then. Thanks for the explanation. > > Acked-by: Arnd Bergmann Thanks you both. I will add your Acked-by from now on! Takuya