From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx151.postini.com [74.125.245.151]) by kanga.kvack.org (Postfix) with SMTP id 048B26B0078 for ; Wed, 14 Aug 2013 03:36:00 -0400 (EDT) Date: Wed, 14 Aug 2013 00:33:36 -0700 From: Andrew Morton Subject: Re: [PATCH -mm] mm: Unify pte_to_pgoff and pgoff_to_pte helpers Message-Id: <20130814003336.0fb2a275.akpm@linux-foundation.org> In-Reply-To: <520B3240.6030208@zytor.com> References: <20130814070059.GJ2869@moon> <520B303D.2090206@zytor.com> <20130814072453.GK2869@moon> <520B3240.6030208@zytor.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: "H. Peter Anvin" Cc: Cyrill Gorcunov , Andy Lutomirski , Pavel Emelyanov , Matt Mackall , Xiao Guangrong , Marcelo Tosatti , KOSAKI Motohiro , Stephen Rothwell , Peter Zijlstra , "Aneesh Kumar K.V" , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Thomas Gleixner , Ingo Molnar On Wed, 14 Aug 2013 00:31:12 -0700 "H. Peter Anvin" wrote: > On 08/14/2013 12:24 AM, Cyrill Gorcunov wrote: > > On Wed, Aug 14, 2013 at 12:22:37AM -0700, H. Peter Anvin wrote: > >> On 08/14/2013 12:00 AM, Cyrill Gorcunov wrote: > >>> +#define pte_bfop(v,r,m,l) ((((v) >> (r)) & (m)) << (l)) > >> > >> "bfop"? > > > > B_it_F_ield_OP_eration, Peter I don't mind to use any other > > name, this was just short enough to type. > > > > I think it would be useful to have a comment what it means and what > v,r,m,l represent. Can it be written in C with types and proper variable names and such radical stuff? -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org