Re: [PATCH] powerpc: stop_this_cpu: remove the cpu from the online map.

2009-12-07 Thread Valentine
Ben, is this OK? Other architectures do the same thing. Thanks, Val. Valentine Barshak wrote: Remove the CPU from the online map to prevent smp_call_function from sending messages to a stopped CPU. Signed-off-by: Valentine Barshak --- arch/powerpc/kernel/smp.c |3 +++ 1 file changed, 3 i

[PATCH] powerpc: stop_this_cpu: remove the cpu from the online map.

2009-11-25 Thread Valentine Barshak
Remove the CPU from the online map to prevent smp_call_function from sending messages to a stopped CPU. Signed-off-by: Valentine Barshak --- arch/powerpc/kernel/smp.c |3 +++ 1 file changed, 3 insertions(+) diff -pruN linux-2.6.orig/arch/powerpc/kernel/smp.c linux-2.6/arch/powerpc/kernel/s