[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110804162442.608cebae.rdunlap@xenotime.net>
Date: Thu, 4 Aug 2011 16:24:42 -0700
From: Randy Dunlap <rdunlap@...otime.net>
To: Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>
Cc: Stephen Rothwell <sfr@...b.auug.org.au>,
xen-devel@...ts.xensource.com,
Andrew Morton <akpm@...ux-foundation.org>,
LKML <linux-kernel@...r.kernel.org>,
virtualization@...ts.linux-foundation.org,
Jeremy Fitzhardinge <jeremy.fitzhardinge@...rix.com>,
linux-next@...r.kernel.org, "H. Peter Anvin" <hpa@...or.com>,
Thomas Gleixner <tglx@...utronix.de>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Ingo Molnar <mingo@...e.hu>
Subject: Re: [Xen-devel] Re: linux-next: Tree for July 25 (xen)
On Thu, 4 Aug 2011 18:40:20 -0400 Konrad Rzeszutek Wilk wrote:
> On Thu, Aug 04, 2011 at 06:32:59PM -0400, Konrad Rzeszutek Wilk wrote:
> > > > > These build failures are still triggering upstream:
> > > > >
> > > > > arch/x86/xen/trace.c:44:2: error: array index in initializer not of integer type
> > > > > arch/x86/xen/trace.c:44:2: error: (near initialization for ‘xen_hypercall_names’)
> > > > > arch/x86/xen/trace.c:45:1: error: ‘__HYPERVISOR_arch_4’ undeclared here (not in a function)
> > > > > arch/x86/xen/trace.c:45:2: error: array index in initializer not of integer type
> > > > > arch/x86/xen/trace.c:45:2: error: (near initialization for ‘xen_hypercall_names’)
> > > >
> > > > Oh, that I haven't seen. Can you send me the .config for that please.
> > >
> > > You can't be trying very hard then. I see lots of these (but no,
> >
> > Ah, I am getting it now. Thanks for reporting it.
>
> This should do the trick:
OK, I have it building now. Will do a few builds before I report
back on it.
Thanks.
>
> diff --git a/arch/x86/xen/trace.c b/arch/x86/xen/trace.c
> index 734beba..520022d 100644
> --- a/arch/x86/xen/trace.c
> +++ b/arch/x86/xen/trace.c
> @@ -1,4 +1,5 @@
> #include <linux/ftrace.h>
> +#include <xen/interface/xen.h>
>
> #define N(x) [__HYPERVISOR_##x] = "("#x")"
> static const char *xen_hypercall_names[] = {
> --
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists