From 0dd76d3d20a503af84637e495924965a4b122033 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 14 Apr 2010 12:07:21 +0100 Subject: 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 --- xen/common/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'xen/common/Makefile') 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 -- cgit v1.2.3