Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754754Ab3I0WpT (ORCPT ); Fri, 27 Sep 2013 18:45:19 -0400 Received: from g4t0015.houston.hp.com ([15.201.24.18]:34545 "EHLO g4t0015.houston.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753412Ab3I0WpQ (ORCPT ); Fri, 27 Sep 2013 18:45:16 -0400 Message-ID: <1380321790.14046.49.camel@misato.fc.hp.com> Subject: Re: [PATCH v5 3/6] x86/mm: Factor out of top-down direct mapping setup From: Toshi Kani To: Zhang Yanfei Cc: "Rafael J . Wysocki" , lenb@kernel.org, Thomas Gleixner , mingo@elte.hu, "H. Peter Anvin" , Andrew Morton , Tejun Heo , Wanpeng Li , Thomas Renninger , Yinghai Lu , Jiang Liu , Wen Congyang , Lai Jiangshan , isimatu.yasuaki@jp.fujitsu.com, izumi.taku@jp.fujitsu.com, Mel Gorman , Minchan Kim , mina86@mina86.com, gong.chen@linux.intel.com, vasilis.liaskovitis@profitbricks.com, lwoodman@redhat.com, Rik van Riel , jweiner@redhat.com, prarit@redhat.com, "x86@kernel.org" , linux-doc@vger.kernel.org, "linux-kernel@vger.kernel.org" , Linux MM , linux-acpi@vger.kernel.org, imtangchen@gmail.com, Zhang Yanfei Date: Fri, 27 Sep 2013 16:43:10 -0600 In-Reply-To: <5241D9F2.80908@gmail.com> References: <5241D897.1090905@gmail.com> <5241D9F2.80908@gmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.6.4 (3.6.4-3.fc18) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 924 Lines: 25 On Wed, 2013-09-25 at 02:29 +0800, Zhang Yanfei wrote: > From: Tang Chen > > This patch creates a new function memory_map_top_down to > factor out of the top-down direct memory mapping pagetable > setup. This is also a preparation for the following patch, > which will introduce the bottom-up memory mapping. That said, > we will put the two ways of pagetable setup into separate > functions, and choose to use which way in init_mem_mapping, > which makes the code more clear. > > Signed-off-by: Tang Chen > Signed-off-by: Zhang Yanfei Acked-by: Toshi Kani Thanks, -Toshi -- 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/