Re: 2.6.17-rc5-mm1

From: Brice Goglin
Date: Tue May 30 2006 - 17:06:57 EST


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@xxxxxxxxxxxx>

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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/