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)
commita0a522ce3d6d8c907e45d4f2730ee8573484cc88
tree6f66bc1f1a466d0262236d11ffe17d6a1d6964a6
parent5274f8354d6a1ed9d6688e6a89b705b94aa1b6e9
sched: idle_at_tick is only used when CONFIG_SMP is set

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>
kernel/sched.c