Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-bugs

[Xen-bugs] [Bug 904] Build error linux-2.6.20-xen-3.0.3 arch/x86_64/kern

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 904] Build error linux-2.6.20-xen-3.0.3 arch/x86_64/kernel/io_apic-xen.c
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Thu, 15 Mar 2007 14:18:58 -0700
Delivery-date: Thu, 15 Mar 2007 14:19:56 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <bug-904-3@xxxxxxxxxxxxxxxxxxxxxxxxxxx/bugzilla/>
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bugs@xxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=904


grrogers@xxxxxxx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Comment #1 from grrogers@xxxxxxx  2007-03-15 14:18 -------
(In reply to comment #0)
> Attempts to build this linux kernel result in the following:
> 
> /usr/src/kernel/linux-2.6.20-xen-3.0.3# make
>   CHK     include/linux/version.h
>   CHK     include/linux/utsrelease.h
>   CHK     include/linux/compile.h
>   CC      arch/x86_64/kernel/io_apic-xen.o
> arch/x86_64/kernel/io_apic-xen.c: In function â??__setup_vector_irqâ??:
> arch/x86_64/kernel/io_apic-xen.c:698: warning: unused variable â??flagsâ??
> arch/x86_64/kernel/io_apic-xen.c: At top level:
> arch/x86_64/kernel/io_apic-xen.c:1966: error: â??ack_apic_edgeâ?? undeclared
> here (not in a function)
> arch/x86_64/kernel/io_apic-xen.c:1970: error: â??ioapic_retrigger_irqâ??
> undeclared here (not in a function)
> make[1]: *** [arch/x86_64/kernel/io_apic-xen.o] Error 1
> make: *** [arch/x86_64/kernel] Error 2
> 

I had this same problem (using 2.6.19).  If you set HT_IRQ=n, the error message
goes away and the resulting kernel boots just fine.

In menuconfig this means:
Bus options (PCI etc.) --->
        [ ] Interrupts on hypertransport devices

I'm unsure of whether the cause is that I'm on Intel x86_64 without HT or if
it's just a bug.  If it is because of Intel hardware, then perhaps you could
set a config dependency accordingly (based on the set Processor family
probably) to resolve this.


-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-bugs] [Bug 904] Build error linux-2.6.20-xen-3.0.3 arch/x86_64/kernel/io_apic-xen.c, bugzilla-daemon <=