commit | 9a3719341a9b5d2f5a2e590497346b61cf3462a5 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Wed Mar 11 12:20:05 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Mar 24 13:47:27 2009 +1100 |
tree | f9e34b1ab0afea5c867a829cfeb7e6291a4ffc64 | |
parent | c5785f9e1c1c07c791fdc471f5c7fda4a5855b0c [diff] |
powerpc: Make sysfs code use smp_call_function_single Impact: performance improvement This fixes 'powerpc: avoid cpumask games in arch/powerpc/kernel/sysfs.c' which talked about using smp_call_function_single, but actually used work_on_cpu (an older version of the patch). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>