The patch titled node-hotplug-register-cpu-remove-node-struct alpha fix has been removed from the -mm tree. Its filename is node-hotplug-register-cpu-remove-node-struct-alpha-fix.patch This patch was dropped because it was folded into node-hotplug-register-cpu-remove-node-struct.patch ------------------------------------------------------ Subject: node-hotplug-register-cpu-remove-node-struct alpha fix From: Brice Goglin <Brice.Goglin@xxxxxxxxxxxx> Signed-off-by: Brice Goglin <Brice.Goglin@xxxxxxxxxxxx> Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@xxxxxxxxxxxxxx> Cc: Yasunori Goto <y-goto@xxxxxxxxxxxxxx> Cc: Ashok Raj <ashok.raj@xxxxxxxxx> Cc: Dave Hansen <haveblue@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/alpha/kernel/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/alpha/kernel/setup.c~node-hotplug-register-cpu-remove-node-struct-alpha-fix arch/alpha/kernel/setup.c --- devel/arch/alpha/kernel/setup.c~node-hotplug-register-cpu-remove-node-struct-alpha-fix 2006-06-02 18:59:11.000000000 -0700 +++ devel-akpm/arch/alpha/kernel/setup.c 2006-06-02 18:59:11.000000000 -0700 @@ -481,7 +481,7 @@ register_cpus(void) struct cpu *p = kzalloc(sizeof(*p), GFP_KERNEL); if (!p) return -ENOMEM; - register_cpu(p, i, NULL); + register_cpu(p, i); } return 0; } _ Patches currently in -mm which might be from Brice.Goglin@xxxxxxxxxxxx are node-hotplug-register-cpu-remove-node-struct.patch node-hotplug-register-cpu-remove-node-struct-alpha-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html