From: Rusty Russell Date: Mon, 28 Jul 2008 17:16:30 +0000 (-0500) Subject: stop_machine(): stop_machine_run() changed to use cpu mask X-Git-Tag: v2.6.27-rc1~30^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeec4fad963490821348a331cca6102ae1c4a7a3;p=pandora-kernel.git stop_machine(): stop_machine_run() changed to use cpu mask Instead of a "cpu" arg with magic values NR_CPUS (any cpu) and ~0 (all cpus), pass a cpumask_t. Allow NULL for the common case (where we don't care which CPU the function is run on): temporary cpumask_t's are usually considered bad for stack space. This deprecates stop_machine_run, to be removed soon when all the callers are dead. Signed-off-by: Rusty Russell --- Reading git-diff-tree failed