aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/Makefile
diff options
context:
space:
mode:
authorLiu, Jinsong <jinsong.liu@intel.com>2012-03-23 15:07:53 +0000
committerLiu, Jinsong <jinsong.liu@intel.com>2012-03-23 15:07:53 +0000
commit2772618c6eb3bc7cdf478f7dfdcb894eac0fe485 (patch)
treec6a9bd64f63021edfe516c8f38fd5ce858e5769e /xen/common/Makefile
parent2579d22937ec662a78597f56af5f4886826a475b (diff)
downloadxen-2772618c6eb3bc7cdf478f7dfdcb894eac0fe485.tar.gz
xen-2772618c6eb3bc7cdf478f7dfdcb894eac0fe485.tar.bz2
xen-2772618c6eb3bc7cdf478f7dfdcb894eac0fe485.zip
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 <jinsong.liu@intel.com> Committed-by: Keir Fraser <keir@xen.org>
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 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