sched: Make pushable_tasks CONFIG_SMP dependant
authorDario Faggioli <raistlin@linux.it>
Tue, 30 Nov 2010 18:51:33 +0000 (19:51 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 8 Dec 2010 19:16:00 +0000 (20:16 +0100)
commit806c09a7db457be3758e14b1f152761135d89af5
treeb0fafff45634be80f3caf7227c5d47317f26e0e9
parent8e9255e6a2141e050d51bc4d96dbef494a87d653
sched: Make pushable_tasks CONFIG_SMP dependant

As noted by Peter Zijlstra at https://lkml.org/lkml/2010/11/10/391
(while reviewing other stuff, though), tracking pushable tasks
only makes sense on SMP systems.

Signed-off-by: Dario Faggioli <raistlin@linux.it>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
Acked-by: Gregory Haskins <ghaskins@novell.com>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <1291143093.2697.298.camel@Palantir>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/linux/init_task.h
include/linux/sched.h
kernel/sched.c