Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932472AbWE3VHt (ORCPT ); Tue, 30 May 2006 17:07:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932473AbWE3VHt (ORCPT ); Tue, 30 May 2006 17:07:49 -0400 Received: from h-66-166-126-70.lsanca54.covad.net ([66.166.126.70]:40917 "EHLO myri.com") by vger.kernel.org with ESMTP id S932472AbWE3VHs (ORCPT ); Tue, 30 May 2006 17:07:48 -0400 Message-ID: <447CB407.9090805@ens-lyon.org> Date: Tue, 30 May 2006 23:07:19 +0200 From: Brice Goglin User-Agent: Thunderbird 1.5.0.2 (X11/20060516) MIME-Version: 1.0 To: Andrew Morton CC: linux-kernel@vger.kernel.org, KAMEZAWA Hiroyuki Subject: Re: 2.6.17-rc5-mm1 References: <20060530022925.8a67b613.akpm@osdl.org> In-Reply-To: <20060530022925.8a67b613.akpm@osdl.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1106 Lines: 38 Andrew Morton wrote: > +node-hotplug-register-cpu-remove-node-struct.patch > +node-hotplug-fixes-callres-of-register_cpu.patch > +node-hotplug-fixes-callres-of-register_cpu-powerpc-warning-fix.patch > +node-hotplug-register_node-fix.patch > > NUMA node hotplugging updates > Hi Andrew, I had to apply the following patch to build this -mm on alpha. Signed-off-by: Brice Goglin Brice Index: linux-mm/arch/alpha/kernel/setup.c =================================================================== --- linux-mm.orig/arch/alpha/kernel/setup.c 2006-05-30 22:53:54.000000000 +0200 +++ linux-mm/arch/alpha/kernel/setup.c 2006-05-30 22:55:30.000000000 +0200 @@ -481,7 +481,7 @@ struct cpu *p = kzalloc(sizeof(*p), GFP_KERNEL); if (!p) return -ENOMEM; - register_cpu(p, i, NULL); + register_cpu(p, i); } return 0; } - 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/