sched: idle_at_tick is only used when CONFIG_SMP is set
authorHenrik Austad <henrik@austad.us>
Fri, 13 Feb 2009 19:35:45 +0000 (20:35 +0100)
committerIngo Molnar <mingo@elte.hu>
Sun, 15 Feb 2009 20:16:10 +0000 (21:16 +0100)
Impact: struct rq size optimization

The idle_at_tick in struct rq is only used in SMP settings
and it does not make sense to have this in the rq in an UP setup.

Signed-off-by: Henrik Austad <henrik@austad.us>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found