From: Keir Fraser <keir@xen.org>
To: Jan Beulich <JBeulich@suse.com>,
"xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>
Cc: dgdegra@tycho.nsa.gov
Subject: Re: [PATCH] ia64: fix build (once again)
Date: Thu, 12 Jan 2012 12:35:07 +0000 [thread overview]
Message-ID: <CB3483FB.374A3%keir@xen.org> (raw)
In-Reply-To: <4F0EE02C020000780006C15B@nat28.tlf.novell.com>
On 12/01/2012 12:29, "Jan Beulich" <JBeulich@suse.com> wrote:
> 24423:069c08b7de46 failed to add a necessary include, and for a long
> time kexec.h suffered from a missing structure forward declaration.
>
> Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
> --- a/xen/arch/ia64/xen/mm.c
> +++ b/xen/arch/ia64/xen/mm.c
> @@ -180,6 +180,7 @@
> #include <xen/guest_access.h>
> #include <asm/page.h>
> #include <asm/dom_fw_common.h>
> +#include <xsm/xsm.h>
> #include <public/memory.h>
> #include <asm/event.h>
> #include <asm/debugger.h>
> --- a/xen/include/asm-ia64/kexec.h
> +++ b/xen/include/asm-ia64/kexec.h
> @@ -4,6 +4,8 @@
> #include <xen/types.h>
> #include <xen/kexec.h>
>
> +struct rsvd_region;
> +
> extern const unsigned int relocate_new_kernel_size;
> extern void relocate_new_kernel(unsigned long indirection_page,
> unsigned long start_address,
>
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
prev parent reply other threads:[~2012-01-12 12:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-12 12:29 [PATCH] ia64: fix build (once again) Jan Beulich
2012-01-12 12:35 ` Keir Fraser [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=CB3483FB.374A3%keir@xen.org \
--to=keir@xen.org \
--cc=JBeulich@suse.com \
--cc=dgdegra@tycho.nsa.gov \
--cc=xen-devel@lists.xensource.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).