From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755333Ab3AKLJ7 (ORCPT ); Fri, 11 Jan 2013 06:09:59 -0500 Received: from cn.fujitsu.com ([222.73.24.84]:44781 "EHLO song.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1755009Ab3AKLJ6 (ORCPT ); Fri, 11 Jan 2013 06:09:58 -0500 X-IronPort-AV: E=Sophos;i="4.84,451,1355068800"; d="scan'208";a="6567832" Message-ID: <50EFF2CB.8060206@cn.fujitsu.com> Date: Fri, 11 Jan 2013 19:08:59 +0800 From: Lin Feng User-Agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120911 Thunderbird/15.0.1 MIME-Version: 1.0 To: Michal Hocko CC: Andrew Morton , Wen Congyang , Yasuaki Ishimatsu , Tang Chen , Wu Jianguo , KOSAKI Motohiro , Jiang Liu , Kamezawa Hiroyuki , Lai Jiangshan , Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" , linux-mm@kvack.org, LKML Subject: Re: mmots: memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap fix References: <20130111095658.GC7286@dhcp22.suse.cz> <20130111101745.GD7286@dhcp22.suse.cz> <20130111102924.GE7286@dhcp22.suse.cz> <20130111104759.GF7286@dhcp22.suse.cz> In-Reply-To: <20130111104759.GF7286@dhcp22.suse.cz> X-MIMETrack: Itemize by SMTP Server on mailserver/fnst(Release 8.5.3|September 15, 2011) at 2013/01/11 19:09:19, Serialize by Router on mailserver/fnst(Release 8.5.3|September 15, 2011) at 2013/01/11 19:09:19, Serialize complete at 2013/01/11 19:09:19 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Michal, On 01/11/2013 06:47 PM, Michal Hocko wrote: > Signed-off-by: Michal Hocko > --- > arch/x86/mm/init_64.c | 3 +++ > include/linux/mm.h | 2 ++ > 2 files changed, 5 insertions(+) > > diff --git a/arch/x86/mm/init_64.c b/arch/x86/mm/init_64.c > index ddd3b58..d8edf52 100644 > --- a/arch/x86/mm/init_64.c > +++ b/arch/x86/mm/init_64.c > @@ -32,6 +32,7 @@ > #include linux/memory_hotplug.h has already been included here. I think it's OK to add add the missing CONFIG option or move the memory-hotlug related complaint code into the CONFIG span. thanks, linfeng > #include > #include > +#include