xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ia64: fix build (once again)
@ 2012-01-12 12:29 Jan Beulich
  2012-01-12 12:35 ` Keir Fraser
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Beulich @ 2012-01-12 12:29 UTC (permalink / raw)
  To: xen-devel@lists.xensource.com; +Cc: dgdegra

[-- Attachment #1: Type: text/plain, Size: 822 bytes --]

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>

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




[-- Attachment #2: ia64-build.patch --]
[-- Type: text/plain, Size: 848 bytes --]

ia64: fix build (once again)

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>

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

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] ia64: fix build (once again)
  2012-01-12 12:29 [PATCH] ia64: fix build (once again) Jan Beulich
@ 2012-01-12 12:35 ` Keir Fraser
  0 siblings, 0 replies; 2+ messages in thread
From: Keir Fraser @ 2012-01-12 12:35 UTC (permalink / raw)
  To: Jan Beulich, xen-devel@lists.xensource.com; +Cc: dgdegra

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-12 12:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-12 12:29 [PATCH] ia64: fix build (once again) Jan Beulich
2012-01-12 12:35 ` Keir Fraser

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