]> git.baikalelectronics.ru Git - kernel.git/commit
kernel/smp.c: remove cpumask_ipi
authorRoman Gushchin <klamm@yandex-team.ru>
Thu, 30 Jan 2014 23:45:48 +0000 (15:45 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 31 Jan 2014 00:56:54 +0000 (16:56 -0800)
commit58335ce7ee89c633c5afdd463202697cfe0a6d8c
treebe2309d3d55b40f1830f0c51b3f14d941228b562
parent9250616ce7221ad6610108f22a5418ad243bd32f
kernel/smp.c: remove cpumask_ipi

After commit f8a8ef88478c ("smp: make smp_call_function_many() use logic
similar to smp_call_function_single()"), cfd->cpumask is accessed only
in smp_call_function_many().  So there is no more need to copy it into
cfd->cpumask_ipi before putting csd into the list.  The cpumask_ipi
field is obsolete and can be removed.

Signed-off-by: Roman Gushchin <klamm@yandex-team.ru>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Wang YanQing <udknight@gmail.com>
Cc: Xie XiuQi <xiexiuqi@huawei.com>
Cc: Shaohua Li <shli@fusionio.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/smp.c