From 2772618c6eb3bc7cdf478f7dfdcb894eac0fe485 Mon Sep 17 00:00:00 2001 From: "Liu, Jinsong" Date: Fri, 23 Mar 2012 15:07:53 +0000 Subject: Xen core parking 1: hypercall This patch implement hypercall through which dom0 send core parking request, and get core parking result. Due to the characteristic of continue_hypercall_on_cpu, dom0 seperately send/get core parking request/result. Signed-off-by: Liu, Jinsong Committed-by: Keir Fraser --- 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 9f2e0d612e..4c7fdd41db 100644 --- a/xen/common/Makefile +++ b/xen/common/Makefile @@ -1,4 +1,5 @@ obj-y += bitmap.o +obj-y += core_parking.o obj-y += cpu.o obj-y += cpupool.o obj-$(HAS_DEVICE_TREE) += device_tree.o -- cgit v1.2.3