From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759202Ab3HNHYL (ORCPT ); Wed, 14 Aug 2013 03:24:11 -0400 Received: from terminus.zytor.com ([198.137.202.10]:40759 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754696Ab3HNHYK (ORCPT ); Wed, 14 Aug 2013 03:24:10 -0400 Message-ID: <520B303D.2090206@zytor.com> Date: Wed, 14 Aug 2013 00:22:37 -0700 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: Cyrill Gorcunov CC: Andrew Morton , 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 Subject: Re: [PATCH -mm] mm: Unify pte_to_pgoff and pgoff_to_pte helpers References: <20130814070059.GJ2869@moon> In-Reply-To: <20130814070059.GJ2869@moon> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/14/2013 12:00 AM, Cyrill Gorcunov wrote: > +#define pte_bfop(v,r,m,l) ((((v) >> (r)) & (m)) << (l)) "bfop"? -hpa