From: Masami Hiramatsu Date: Thu, 14 Oct 2010 03:10:36 +0000 (+0900) Subject: x86: Use __stop_machine() in text_poke_smp() X-Git-Tag: v2.6.37-rc1~214^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3caa37519ccbb200c7fbbf6ff4fb306a30f29425;p=pandora-kernel.git x86: Use __stop_machine() in text_poke_smp() Use __stop_machine() in text_poke_smp() because the caller must get online_cpus before calling text_poke_smp(), but stop_machine() do it again. We don't need it. Signed-off-by: Masami Hiramatsu Cc: Rusty Russell Cc: Ananth N Mavinakayanahalli Cc: 2nddept-manager@sdl.hitachi.co.jp Cc: Mathieu Desnoyers LKML-Reference: <20101014031036.4100.83989.stgit@ltc236.sdl.hitachi.co.jp> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed