All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Campbell <ian.campbell@citrix.com>
To: Jan Beulich <JBeulich@suse.com>,
	xen-devel <xen-devel@lists.xenproject.org>
Cc: Keir Fraser <keir@xen.org>,
	Ian Jackson <Ian.Jackson@eu.citrix.com>, Tim Deegan <tim@xen.org>
Subject: Re: [PATCH] arm: don't build core parking code
Date: Thu, 22 Oct 2015 16:10:03 +0100	[thread overview]
Message-ID: <1445526603.2374.3.camel@citrix.com> (raw)
In-Reply-To: <56251EE502000078000AC6B5@prv-mh.provo.novell.com>

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
> 
> 
> 

      reply	other threads:[~2015-10-22 15:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-19 14:48 [PATCH] arm: don't build core parking code Jan Beulich
2015-10-22 15:10 ` Ian Campbell [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1445526603.2374.3.camel@citrix.com \
    --to=ian.campbell@citrix.com \
    --cc=Ian.Jackson@eu.citrix.com \
    --cc=JBeulich@suse.com \
    --cc=keir@xen.org \
    --cc=tim@xen.org \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.