aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/sched-if.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-06-17 08:02:27 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-06-17 08:02:27 +0100
commitec28d32c6f1c8656ecbb096df1f6041398526da6 (patch)
tree36a5be3af9dce3ef785572698418239f68342dd6 /xen/include/xen/sched-if.h
parent38b998cfb6e8b572a265bb6ba400a1db700e5882 (diff)
downloadxen-ec28d32c6f1c8656ecbb096df1f6041398526da6.tar.gz
xen-ec28d32c6f1c8656ecbb096df1f6041398526da6.tar.bz2
xen-ec28d32c6f1c8656ecbb096df1f6041398526da6.zip
Fix sched_adjust_global() and clean up surrounding code.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/include/xen/sched-if.h')
-rw-r--r--xen/include/xen/sched-if.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xen/include/xen/sched-if.h b/xen/include/xen/sched-if.h
index 833c31ccaf..4fbf80c612 100644
--- a/xen/include/xen/sched-if.h
+++ b/xen/include/xen/sched-if.h
@@ -133,6 +133,4 @@ struct cpupool
struct scheduler *sched;
};
-const struct scheduler *scheduler_get_by_id(unsigned int id);
-
#endif /* __XEN_SCHED_IF_H__ */