Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933752Ab3CHHFO (ORCPT ); Fri, 8 Mar 2013 02:05:14 -0500 Received: from mail-oa0-f52.google.com ([209.85.219.52]:33397 "EHLO mail-oa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753398Ab3CHHFN (ORCPT ); Fri, 8 Mar 2013 02:05:13 -0500 MIME-Version: 1.0 In-Reply-To: <20130308062602.GI14556@mtj.dyndns.org> References: <1362718720-27048-1-git-send-email-yinghai@kernel.org> <1362718720-27048-9-git-send-email-yinghai@kernel.org> <20130308062602.GI14556@mtj.dyndns.org> Date: Thu, 7 Mar 2013 23:05:12 -0800 X-Google-Sender-Auth: SYIdqqBTb_uzZeO_zfX5ySM76JA Message-ID: Subject: Re: [PATCH 08/14] x86, mm, numa: use numa_meminfo to check node_map_pfn alignment From: Yinghai Lu To: Tejun Heo Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Andrew Morton , Thomas Renninger , Tang Chen , linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 821 Lines: 23 On Thu, Mar 7, 2013 at 10:26 PM, Tejun Heo wrote: > On Thu, Mar 07, 2013 at 08:58:34PM -0800, Yinghai Lu wrote: >> We could use numa_meminfo directly instead of memblock nid. >> >> So we could move down set memblock nid down and only do it one time >> for successful path >> >> Move node_map_pfn_alignment() to arch/x86/mm as no other user for it. > > Please don't move and update in the same patch. It makes it difficult > to review what's really changing. ok, will make it two patches, one for moving and one for changing to numa_meminfo. Thanks Yinghai -- 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/