From: Alex Shi Date: Thu, 20 Jun 2013 02:18:46 +0000 (+0800) Subject: sched: Move a few runnable tg variables into CONFIG_SMP X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~61^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa6bddeb14d59d701f846b174b59c9982e926e66;p=pandora-kernel.git sched: Move a few runnable tg variables into CONFIG_SMP The following 2 variables are only used under CONFIG_SMP, so its better to move their definiation into CONFIG_SMP too. atomic64_t load_avg; atomic_t runnable_avg; Signed-off-by: Alex Shi Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/r/1371694737-29336-3-git-send-email-alex.shi@intel.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed