diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-16 13:36:06 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-16 13:37:25 +0100 |
commit | 34cb61359b503d7aff6447acb037a5efd6ce93b2 (patch) | |
tree | 88d72e4db5c969e4ccba5ee4c0a098e77adf6b16 /kernel | |
parent | e52fb7c097238d34f4d8e2a596f8a3f85b0c0565 (diff) | |
download | op-kernel-dev-34cb61359b503d7aff6447acb037a5efd6ce93b2.zip op-kernel-dev-34cb61359b503d7aff6447acb037a5efd6ce93b2.tar.gz |
sched: fix !CONFIG_SCHEDSTATS build failure
Stephen Rothwell reported this linux-next build failure with !CONFIG_SCHEDSTATS:
| In file included from kernel/sched.c:1703:
| kernel/sched_fair.c: In function 'adaptive_gran':
| kernel/sched_fair.c:1324: error: 'struct sched_entity' has no member named 'avg_wakeup'
The start_runtime and avg_wakeup metrics are now not just for statistics,
but also for scheduling - so they always need to be available. (Also
move out the nr_migrations fields - for future perfcounters usage.)
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions