From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754770Ab0LQA6c (ORCPT ); Thu, 16 Dec 2010 19:58:32 -0500 Received: from mga01.intel.com ([192.55.52.88]:23415 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752193Ab0LQA6b (ORCPT ); Thu, 16 Dec 2010 19:58:31 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.59,358,1288594800"; d="scan'208";a="637283986" Date: Fri, 17 Dec 2010 07:34:35 +0800 From: Shaohui Zheng To: Eric B Munson Cc: shaohui.zheng@intel.com, akpm@linux-foundation.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, haicheng.li@linux.intel.com, lethal@linux-sh.org, ak@linux.intel.com, rientjes@google.com, dave@linux.vnet.ibm.com, gregkh@suse.de, Ingo Molnar , Len Brown , Yinghai Lu , Tejun Heo , Haicheng Li Subject: Re: [5/7, v9] NUMA Hotplug Emulator: Support cpu probe/release in x86_64 Message-ID: <20101216233435.GA26886@shaohui> References: <20101210073119.156388875@intel.com> <20101210073242.670777298@intel.com> <20101216162541.GA14157@mgebm.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101216162541.GA14157@mgebm.net> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 16, 2010 at 09:25:41AM -0700, Eric B Munson wrote: > Shaohui, > > What kernel is this series based on? I cannot get it to build when applied > to mainline. I seem to be missing a definition for set_apicid_to_node. > > Eric > Eric, These is a code conflict with Tejun's NUNA unification code, and Tejun's code is still under review. This patchset solves the code conflict, the v9 emulator is based on his patches, and we need to wait until his patches was accepted. Tejun's patch: http://marc.info/?l=linux-kernel&m=129087151912379. If you are doing some testing, you can try to use v8 emulator. -- Thanks & Regards, Shaohui