From: Hiroshi Shimamoto Date: Tue, 31 Jan 2012 02:40:32 +0000 (+0900) Subject: sched: Move SMP-only variable into the SMP section X-Git-Tag: v3.4-rc1~191^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed387b781ea6e14b78f449aa2ee4f270b60b01ac;p=pandora-kernel.git sched: Move SMP-only variable into the SMP section This also fixes the following compilation warning on !SMP: CC kernel/sched/fair.o kernel/sched/fair.c:218:36: warning: 'max_load_balance_interval' defined but not used [-Wunused-variable] Signed-off-by: Hiroshi Shimamoto Reviewed-by: Vincent Guittot Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/4F2754A0.9090306@ct.jp.nec.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed