![]() | |||||||||||||
Messages in this thread
Patch in this message |
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.Goglin@ens-lyon.org> 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/ | ||||||||||||
| Last update: 2006-05-30 23:11 [from the cache] ©2003-2008 | |||||||||||||