On Mon, 2015-10-19 at 08:48 -0600, Jan Beulich wrote: > It's wired up on x86 only. > > Signed-off-by: Jan Beulich <jbeul...@suse.com>
Acked-by: Ian Campbell <ian.campb...@citrix.com> (ARM + REST hats) I tried to apply but it didn't for some reason. I didn't investigate, I guess you will push yourself. > --- a/xen/arch/x86/Rules.mk > +++ b/xen/arch/x86/Rules.mk > @@ -13,6 +13,7 @@ HAS_EHCI := y > HAS_KEXEC := y > HAS_GDBSX := y > HAS_PDX := y > +HAS_CORE_PARKING := y > xenoprof := y > > CFLAGS += -I$(BASEDIR)/include > --- b/xen/common/Makefile > +++ a/xen/common/Makefile > @@ -1,5 +1,5 @@ > obj-y += bitmap.o > -obj-y += core_parking.o > +obj-$(HAS_CORE_PARKING) += core_parking.o > obj-y += cpu.o > obj-y += cpupool.o > obj-$(HAS_DEVICE_TREE) += device_tree.o > > > _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel