From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Date: Fri, 24 Jul 2009 06:45:43 +0000 Subject: Re: [RFC PATCH] ia64: convert to dynamic percpu allocator Message-Id: <4A695897.2020902@kernel.org> List-Id: References: <4A65B0AB.5000608@kernel.org> <4A663DC7.4060600@kernel.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "Yu, Fenghua" Cc: "Luck, Tony" , 'lkml' , "'linux-arch@vger.kernel.org'" , "'linux-ia64@vger.kernel.org'" Hello, Yu, Fenghua wrote: > After cloning from > git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git, kernel > built with CONFIG_DISCONTIGMEM=y boots ok. > > After pulling from review-ia64, kernel built with > CONFIG_DISCONTIGMEM=y can not boot on ia64. After loading kernel and > initrd, system hangs and doesn't show anything on serial port. Heh, I didn't really expect it to work that easily either. The code builds but is completely untested (I can't test them). Can you try to track it down? Serial console should be up and running at that point, no? Thanks. -- tejun