Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752810AbbHKSKP (ORCPT ); Tue, 11 Aug 2015 14:10:15 -0400 Received: from mail-lb0-f173.google.com ([209.85.217.173]:32853 "EHLO mail-lb0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751926AbbHKSKN (ORCPT ); Tue, 11 Aug 2015 14:10:13 -0400 Date: Wed, 12 Aug 2015 00:09:54 +0600 From: Alexander Kuleshov To: Geert Uytterhoeven Cc: Greg Ungerer , linux-m68k , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] m68k/coldfire: use PFN_DOWN macro Message-ID: <20150811180954.GA12610@localhost> References: <1439312221-12688-1-git-send-email-kuleshovmail@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: Linux X-Date: Tue Aug 11 23:58:44 ALMT 2015 User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1435 Lines: 41 On 08-11-15, Geert Uytterhoeven wrote: > Hi Alexander, > > On Tue, Aug 11, 2015 at 6:57 PM, Alexander Kuleshov > wrote: > > Replace ((x) >> PAGE_SHIFT) with the predefined PFN_DOWN macro. > > > > Signed-off-by: Alexander Kuleshov > > --- > > arch/m68k/coldfire/m54xx.c | 9 +++++---- > > 1 file changed, 5 insertions(+), 4 deletions(-) > > > > diff --git a/arch/m68k/coldfire/m54xx.c b/arch/m68k/coldfire/m54xx.c > > index 075aaab..f7836c6 100644 > > --- a/arch/m68k/coldfire/m54xx.c > > +++ b/arch/m68k/coldfire/m54xx.c > > @@ -25,4 +25,5 @@ > > #include > > #ifdef CONFIG_MMU > > #include > > +#include > > #endif > > > > /***************************************************************************/ > > @@ -91,1 +92,1 @@ static void __init mcf54xx_bootmem_alloc(void) > > The numbers in the above line don't make sense? > Hello Geert, Are you about `-91,1 +92,1....`? Or what numbers. If you are about this, sorry for noise. I've checked the patch with the git apply --check and it will return some errors. If other things are normal I will resend correct patch. Thank you. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/