From: Christian Dietrich Date: Mon, 6 Sep 2010 14:37:05 +0000 (+0200) Subject: sched: Remove unnecessary #ifdef CONFIG_SMP X-Git-Tag: v2.6.37-rc1~213^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed2d372c0738386b8a184a6a6bea9c16df6ffb68;p=pandora-kernel.git sched: Remove unnecessary #ifdef CONFIG_SMP The CONFIG_SMP ifdef isn't necessary at this point, because it is checked in an outer ifdef level already and has no effect here. Cleanup only, no functional effect. Signed-off-by: Christian Dietrich Cc: vamos-dev@i4.informatik.uni-erlangen.de Cc: Peter Zijlstra Cc: Mike Galbraith Cc: Tejun Heo LKML-Reference: <7a3a39ef3f765a4473cb026b1f204059568a7098.1283782701.git.qy03fugy@stud.informatik.uni-erlangen.de> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed