Re: 2.6.17-rc5-mm1

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 <[email protected]>

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

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux