commit | a0a522ce3d6d8c907e45d4f2730ee8573484cc88 | [log] [tgz] |
---|---|---|
author | Henrik Austad <henrik@austad.us> | Fri Feb 13 20:35:45 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Sun Feb 15 21:16:10 2009 +0100 |
tree | 6f66bc1f1a466d0262236d11ffe17d6a1d6964a6 | |
parent | 5274f8354d6a1ed9d6688e6a89b705b94aa1b6e9 [diff] |
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>