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

[Xen-changelog] Cross-architecture build fixes.

ChangeSet 1.1342, 2005/03/22 09:03:36+00:00, kaf24@xxxxxxxxxxxxxxxxxxxx

        Cross-architecture build fixes.
        Signed-off-by: Hollis Blanchard <hollisb@xxxxxxxxxx>
        Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>



 char/console.c |    1 +
 pci/quirks.c   |    3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)


diff -Nru a/xen/drivers/char/console.c b/xen/drivers/char/console.c
--- a/xen/drivers/char/console.c        2005-03-22 05:03:49 -05:00
+++ b/xen/drivers/char/console.c        2005-03-22 05:03:49 -05:00
@@ -20,6 +20,7 @@
 #include <asm/uaccess.h>
 #include <asm/mm.h>
 #include <asm/debugger.h>
+#include <asm/io.h>
 
 /* opt_console: comma-separated list of console outputs. */
 static char opt_console[30] = OPT_CONSOLE_STR;
diff -Nru a/xen/drivers/pci/quirks.c b/xen/drivers/pci/quirks.c
--- a/xen/drivers/pci/quirks.c  2005-03-22 05:03:49 -05:00
+++ b/xen/drivers/pci/quirks.c  2005-03-22 05:03:49 -05:00
@@ -18,7 +18,6 @@
 #include <xen/pci.h>
 #include <xen/init.h>
 #include <xen/delay.h>
-#include <asm/io_apic.h>
 
 #undef DEBUG
 
@@ -332,6 +331,8 @@
 
 
 #ifdef CONFIG_X86_IO_APIC 
+
+#include <asm/io_apic.h>
 
 /*
  * VIA 686A/B: If an IO-APIC is active, we need to route all on-chip


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Cross-architecture build fixes., BitKeeper Bot <=