From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Date: Tue, 22 Sep 2009 21:50:15 +0000 Subject: Re: [PATCHSET percpu#for-next] percpu: convert ia64 to dynamic percpu Message-Id: <4AB94697.3030100@kernel.org> List-Id: References: <1253605214-23210-1-git-send-email-tj@kernel.org> <20090922081631.GD1475@elte.hu> <57C9024A16AD2D4C97DC78E552063EA3E29CCA8E@orsmsx505.amr.corp.intel.com> <57C9024A16AD2D4C97DC78E552063EA3E29CCADC@orsmsx505.amr.corp.intel.com> <57C9024A16AD2D4C97DC78E552063EA3E29CCB18@orsmsx505.amr.corp.intel.com> In-Reply-To: <57C9024A16AD2D4C97DC78E552063EA3E29CCB18@orsmsx505.amr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "Luck, Tony" Cc: Ingo Molnar , Nick Piggin , "Yu, Fenghua" , linux-ia64 , Ingo Molnar , Rusty Russell , Christoph Lameter , "linux-kernel@vger.kernel.org" Hello, Luck, Tony wrote: > I just noticed the "#for-next" in the Subject line for these > patches. Do they depend on some stuff in linux-next that is > not in Linus' tree (pulled today HEADa07729e...)? If so, then > ignore my results. Nope, it should work on top of Linus's tree. > Kernel built from generic_defconfig does boot OK though, so I suspect > this is a discontig vs. contig problem. Yeah, it's probably something broken with contig SMP configuration. I've just found a machine with contig mem and multiple processors. Will test on it later today. Thanks. -- tejun