aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-04-14 12:07:21 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-04-14 12:07:21 +0100
commit0dd76d3d20a503af84637e495924965a4b122033 (patch)
treedee65b93d982afeae0dc3ca9c2f2a42daa876c57 /xen/common/Makefile
parent13a24225fb29b8eaca6ef8489ceb85bff3b9e385 (diff)
downloadxen-0dd76d3d20a503af84637e495924965a4b122033.tar.gz
xen-0dd76d3d20a503af84637e495924965a4b122033.tar.bz2
xen-0dd76d3d20a503af84637e495924965a4b122033.zip
credit2: Add credit2 scheduler to hypervisor
This is the core credit2 patch. It adds the new credit2 scheduler to the hypervisor, as the non-default scheduler. It should be emphasized that this is still in the development phase, and is probably still unstable. It is known to be suboptimal for multi-socket systems. Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
Diffstat (limited to 'xen/common/Makefile')
-rw-r--r--xen/common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/common/Makefile b/xen/common/Makefile
index a68bc7f8ee..baa6b5872b 100644
--- a/xen/common/Makefile
+++ b/xen/common/Makefile
@@ -13,6 +13,7 @@ obj-y += multicall.o
obj-y += page_alloc.o
obj-y += rangeset.o
obj-y += sched_credit.o
+obj-y += sched_credit2.o
obj-y += sched_sedf.o
obj-y += schedule.o
obj-y += shutdown.o