diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2010-05-31 12:15:51 -0400 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2010-06-01 10:23:16 -0400 |
commit | 62c186fde48926a30f4e61332a805430dc1325cd (patch) | |
tree | 81605fbd93cb8f12e5997fc5b8d5dcb66067bb83 /virt | |
parent | 4382e90cf851fc1d209a466bab92e256aeb7acf1 (diff) |
Make PFAIR optional to prevent build and runtime failures.
The PFAIR plugin always implicitly assumed !NO_HZ (the schedule
is wrong if NO_HZ is enabled) and does not built if hrtimers are absent:
> litmus/built-in.o: In function `pfair_activate_plugin':
> sched_pfair.c:(.text+0x7f07): undefined reference to `cpu_stagger_offset'
> litmus/built-in.o: In function `init_pfair':
> sched_pfair.c:(.init.text+0x487): undefined reference to `cpu_stagger_offset'
cpu_stagger_offset() is only available if hrtimers are enabled.
This patch makes these dependencies explicit.
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions