From: Ian Campbell <ian.campbell@citrix.com>
To: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Cc: keir@xen.org, george.dunlap@eu.citrix.com,
andrew.cooper3@citrix.com, julien.grall@linaro.org,
ian.jackson@eu.citrix.com, tim@xen.org, jbeulich@suse.com,
xen-devel@lists.xen.org
Subject: Re: [PATCH 1/2] pci: Include asm/numa.h in pci.h
Date: Tue, 24 Mar 2015 10:07:34 +0000 [thread overview]
Message-ID: <1427191654.21742.323.camel@citrix.com> (raw)
In-Reply-To: <1427140475-32133-2-git-send-email-boris.ostrovsky@oracle.com>
On Mon, 2015-03-23 at 15:54 -0400, Boris Ostrovsky wrote:
> Commit 4fa6b0bacf9c ("pci: stash device's PXM information in struct
> pci_dev") added node field to xen/include/xen/pci.h. Its type,
> nodeid_t, is defined in asm/numa.h and we should include this file
> explicitly in pci.h
>
> Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
> Reported-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
> ---
> xen/include/xen/pci.h | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/xen/include/xen/pci.h b/xen/include/xen/pci.h
> index b281790..4377f3e 100644
> --- a/xen/include/xen/pci.h
> +++ b/xen/include/xen/pci.h
> @@ -14,6 +14,7 @@
> #include <xen/pci_regs.h>
> #include <xen/pfn.h>
> #include <asm/device.h>
> +#include <asm/numa.h>
> #include <asm/pci.h>
>
> /*
next prev parent reply other threads:[~2015-03-24 10:07 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-23 19:54 [PATCH 0/2] A couple of regression fixes on ARM Boris Ostrovsky
2015-03-23 19:54 ` [PATCH 1/2] pci: Include asm/numa.h in pci.h Boris Ostrovsky
2015-03-24 10:07 ` Ian Campbell [this message]
2015-03-23 19:54 ` [PATCH 2/2] x86: Don't use BAD_APICID for non-APICID fields Boris Ostrovsky
2015-03-24 8:07 ` Jan Beulich
2015-03-24 13:50 ` Boris Ostrovsky
2015-03-23 21:28 ` [PATCH 0/2] A couple of regression fixes on ARM Julien Grall
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=1427191654.21742.323.camel@citrix.com \
--to=ian.campbell@citrix.com \
--cc=andrew.cooper3@citrix.com \
--cc=boris.ostrovsky@oracle.com \
--cc=george.dunlap@eu.citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=jbeulich@suse.com \
--cc=julien.grall@linaro.org \
--cc=keir@xen.org \
--cc=tim@xen.org \
--cc=xen-devel@lists.xen.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.