From: Ingo Molnar Date: Mon, 17 May 2010 22:17:44 +0000 (+0200) Subject: stop_machine: Move local variable closer to the usage site in cpu_stop_cpu_callback() X-Git-Tag: v2.6.35-rc1~521^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c6f7e43b4e02c161b53e97ba913855246876c61;p=pandora-kernel.git stop_machine: Move local variable closer to the usage site in cpu_stop_cpu_callback() This addresses the following compiler warning: kernel/stop_machine.c: In function 'cpu_stop_cpu_callback': kernel/stop_machine.c:297: warning: unused variable 'work' Cc: Tejun Heo Cc: Peter Zijlstra LKML-Reference: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed