From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758233Ab1BRTCA (ORCPT ); Fri, 18 Feb 2011 14:02:00 -0500 Received: from rcsinet10.oracle.com ([148.87.113.121]:48629 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757178Ab1BRTBu (ORCPT ); Fri, 18 Feb 2011 14:01:50 -0500 Message-ID: <4D5EC16D.2050802@kernel.org> Date: Fri, 18 Feb 2011 10:58:53 -0800 From: Yinghai Lu User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20101125 SUSE/3.0.11 Thunderbird/3.0.11 MIME-Version: 1.0 To: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Tejun Heo CC: "linux-kernel@vger.kernel.org" , David Rientjes , Cyrill Gorcunov Subject: [PATCH 0/4] x86, numa: some small clean up Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Source-IP: acsmt353.oracle.com [141.146.40.153] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090208.4D5EC205.0239,ss=1,fgs=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org with numa_64.c first one: don't scan two nodes two times for setup_node_bootmem second one: is about not messing start/end on early_node_mem for node_data allocation. last two are resending. Thanks Yinghai Lu