WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Re: Latest unstable code

To: "Barry Silverman" <barry@xxxxxxxxx>
Subject: [Xen-devel] Re: Latest unstable code
From: Keir Fraser <Keir.Fraser@xxxxxxxxxxxx>
Date: Fri, 26 Mar 2004 08:27:05 +0000
Cc: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 26 Mar 2004 08:29:51 +0000
Envelope-to: steven.hand@xxxxxxxxxxxx
In-reply-to: Your message of "Thu, 25 Mar 2004 20:02:18 EST." <IGEMLBGAECDFPIKMIMLCAELHCFAA.barry@xxxxxxxxx>
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
The unstable repository should not be compiled with CONFIG_PCI as I've
temporarily broken physical-irq access. If you compile without this
option then all should be okay as the only call to physirq_init() is
contained within '#ifdef CONFIG_PCI'. There is no file called kernel.c
in the Linux source tree.

 -- Keir

> I am having trouble compiling the latest code drop on the unstable tree.
> 
> The problem seems to be with physirq.c, and irq.h
> 
> 1) physirq.c has #ifdef CONFIG_PCI outside the #include <linux/config.h>
> that defines the symbol, so the entire contents don't get compiled. If I
> move the #ifdef CONFIG_PCI down a line,
> then there are other compile errors related to changing irq.h
> PYS_IRQ_BASE -> PIRQ_BASE.
> 
> If you wanted to no-op the module then I am getting a link undefined
> reference in kernel.c to physirq_init (in the module init code).
> 
> 
> Barry Silverman
> 



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Re: Latest unstable code, Keir Fraser <=