From: Ingo Molnar Date: Sun, 19 Oct 2014 09:41:52 +0000 (+0200) Subject: x86/smpboot: Move data structure to its primary usage scope X-Git-Tag: omap-for-v3.19/fixes-not-urgent-part1~28^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db6a00b4bed3abbb038077ba4fdc5be481fe5559;p=pandora-kernel.git x86/smpboot: Move data structure to its primary usage scope Makes the code more readable by moving variable and usage closer to each other, which also avoids this build warning in the !CONFIG_HOTPLUG_CPU case: arch/x86/kernel/smpboot.c:105:42: warning: ‘die_complete’ defined but not used [-Wunused-variable] Cc: Prarit Bhargava Cc: Lan Tianyu Cc: Borislav Petkov Cc: Peter Zijlstra Cc: srostedt@redhat.com Cc: toshi.kani@hp.com Cc: imammedo@redhat.com Cc: Linus Torvalds Link: http://lkml.kernel.org/r/1409039025-32310-1-git-send-email-tianyu.lan@intel.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed