[PATCH 06/11] smp: Teach __smp_call_function_single() to check for offline cpus

2014-02-24 Thread Frederic Weisbecker
From: Jan Kara Align __smp_call_function_single() with smp_call_function_single() so that it also checks whether requested cpu is still online. Signed-off-by: Jan Kara Cc: Andrew Morton Cc: Christoph Hellwig Cc: Ingo Molnar Cc: Jens Axboe Signed-off-by: Frederic Weisbecker --- include/lin

[PATCH 06/11] smp: Teach __smp_call_function_single() to check for offline cpus

2014-02-08 Thread Frederic Weisbecker
From: Jan Kara Align __smp_call_function_single() with smp_call_function_single() so that it also checks whether requested cpu is still online. Signed-off-by: Jan Kara Cc: Andrew Morton Cc: Christoph Hellwig Cc: Ingo Molnar Cc: Jens Axboe Signed-off-by: Frederic Weisbecker --- include/lin