[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4CC074B4.7070708@oracle.com>
Date: Thu, 21 Oct 2010 10:13:24 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: Stefano Stabellini <stefano.stabellini@...citrix.com>
CC: Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>,
Stephen Rothwell <sfr@...b.auug.org.au>,
"xen-devel@...ts.xensource.com" <xen-devel@...ts.xensource.com>,
"linux-next@...r.kernel.org" <linux-next@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: linux-next: Tree for October 21 (xen)
On 10/21/10 09:53, Stefano Stabellini wrote:
> On Thu, 21 Oct 2010, Konrad Rzeszutek Wilk wrote:
>> On Thu, Oct 21, 2010 at 09:13:16AM -0700, Randy Dunlap wrote:
>>> On Thu, 21 Oct 2010 15:15:29 +1100 Stephen Rothwell wrote:
>>>
>>>> Hi all,
>>>>
>>>> Reminder: do not add 2.6.38 destined stuff to linux-next until after
>>>> 2.6.37-rc1 is released.
>>>>
>>>> Changes since 20101020:
>>>
>>>
>>> When CONFIG_SMP is not enabled:
>>>
>>> arch/x86/pci/xen.c:401: error: 'nr_ioapics' undeclared (first use in this function)
>>
>> Thank you,
>>
>> Stefano, this one is yours.
>>
>
> Yep.
> It was a missing #include in arch/x86/pci/xen.c, I fixed it adding a
> commit to my linux-next branch.
Ack. Thanks.
> ---
>
> commit fa4c2e29e4a30dc3e9d3f83944eeea63f78350a5
> Author: Stefano Stabellini <stefano.stabellini@...citrix.com>
> Date: Thu Oct 21 17:40:08 2010 +0100
>
> xen: add a missing #include to arch/x86/pci/xen.c
>
> Add missing #include <asm/io_apic.h> to arch/x86/pci/xen.c.
>
> Signed-off-by: Stefano Stabellini <stefano.stabellini@...citrix.com>
>
> diff --git a/arch/x86/pci/xen.c b/arch/x86/pci/xen.c
> index 4f5df3d..4a32df2 100644
> --- a/arch/x86/pci/xen.c
> +++ b/arch/x86/pci/xen.c
> @@ -10,6 +10,7 @@
> #include <linux/acpi.h>
>
> #include <linux/io.h>
> +#include <asm/io_apic.h>
> #include <asm/pci_x86.h>
>
> #include <asm/xen/hypervisor.h>
--
~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