* [PATCH] arm: don't build core parking code
@ 2015-10-19 14:48 Jan Beulich
2015-10-22 15:10 ` Ian Campbell
0 siblings, 1 reply; 2+ messages in thread
From: Jan Beulich @ 2015-10-19 14:48 UTC (permalink / raw)
To: xen-devel; +Cc: Ian Campbell, Keir Fraser, Ian Jackson, Tim Deegan
[-- Attachment #1: Type: text/plain, Size: 544 bytes --]
It's wired up on x86 only.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
--- 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
[-- Attachment #2: arm-no-core-parking.patch --]
[-- Type: text/plain, Size: 576 bytes --]
arm: don't build core parking code
It's wired up on x86 only.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
--- 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
[-- Attachment #3: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] arm: don't build core parking code
2015-10-19 14:48 [PATCH] arm: don't build core parking code Jan Beulich
@ 2015-10-22 15:10 ` Ian Campbell
0 siblings, 0 replies; 2+ messages in thread
From: Ian Campbell @ 2015-10-22 15:10 UTC (permalink / raw)
To: Jan Beulich, xen-devel; +Cc: Keir Fraser, Ian Jackson, Tim Deegan
On Mon, 2015-10-19 at 08:48 -0600, Jan Beulich wrote:
> It's wired up on x86 only.
>
> Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Ian Campbell <ian.campbell@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
>
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-22 15:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-19 14:48 [PATCH] arm: don't build core parking code Jan Beulich
2015-10-22 15:10 ` Ian Campbell
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.