From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753545AbbIRLSF (ORCPT ); Fri, 18 Sep 2015 07:18:05 -0400 Received: from e06smtp17.uk.ibm.com ([195.75.94.113]:47159 "EHLO e06smtp17.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753465AbbIRLSC (ORCPT ); Fri, 18 Sep 2015 07:18:02 -0400 X-Helo: d06dlp02.portsmouth.uk.ibm.com X-MailFrom: heiko.carstens@de.ibm.com X-RcptTo: linux-s390@vger.kernel.org Date: Fri, 18 Sep 2015 13:17:50 +0200 From: Heiko Carstens To: Alexander Kuleshov Cc: Martin Schwidefsky , Michael Holzheu , Tony Luck , David Hildenbrand , linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] s390/crash_dump: Use for_each_mem_range Message-ID: <20150918111750.GA3986@osiris> References: <1442343264-10583-1-git-send-email-kuleshovmail@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1442343264-10583-1-git-send-email-kuleshovmail@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15091811-0029-0000-0000-000006739A6B Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 16, 2015 at 12:54:24AM +0600, Alexander Kuleshov wrote: > The already provides for_each_mem_range() macro that > iterates through memblock areas from type_a and not included in type_b. > We can remove custom for_each_dump_mem_range() macro and use the > for_each_mem_range() instead. > > Signed-off-by: Alexander Kuleshov > --- > arch/s390/kernel/crash_dump.c | 16 ++++------------ > 1 file changed, 4 insertions(+), 12 deletions(-) Applied, thanks.