commit | dab5209cd878c146d9f6923f061d1c2725ff210f | [log] [tgz] |
---|---|---|
author | Carsten Otte <cotte@de.ibm.com> | Sat Jan 26 14:11:27 2008 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Sat Jan 26 14:11:31 2008 +0100 |
tree | 4b6bae43bc7050c11efb526ad1f535deba95726c | |
parent | 7dc1da9ffae5a344f7115d019e2be069d3e1bb8d [diff] |
[S390] add smp_call_function_mask This patch adds the s390 variant for smp_call_function_mask(). The implementation is pretty straight forward using the wrapper __smp_call_function_map() which already takes a cpumask_t argument. Signed-off-by: Carsten Otte <cotte@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>