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] handfix x86_64-linux.patch to not break compilation with

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] handfix x86_64-linux.patch to not break compilation with ARCH=x86_64
From: BitKeeper Bot <riel@xxxxxxxxxxx>
Date: Tue, 24 May 2005 00:09:33 +0000
Delivery-date: Tue, 24 May 2005 10:01:24 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: Xen Development List <xen-devel@xxxxxxxxxxxxxxxxxxx>
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
ChangeSet 1.1520.1.1, 2005/05/24 01:09:33+01:00, vh249@xxxxxxxxxxxxxxxxxxxxxx

        handfix x86_64-linux.patch to not break compilation with ARCH=x86_64
        
        Signed-off-by: Vincent Hanquez <vincent@xxxxxxxxxxxxx>



 x86_64-linux.patch |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)


diff -Nru a/patches/linux-2.6.11/x86_64-linux.patch 
b/patches/linux-2.6.11/x86_64-linux.patch
--- a/patches/linux-2.6.11/x86_64-linux.patch   2005-05-24 06:02:05 -04:00
+++ b/patches/linux-2.6.11/x86_64-linux.patch   2005-05-24 06:02:05 -04:00
@@ -5,7 +5,7 @@
   *
   *  Vectors 0xf0-0xf9 are free (reserved for future Linux use).
   */
-+#if 0
++#ifndef CONFIG_XEN
  #define SPURIOUS_APIC_VECTOR  0xff
  #define ERROR_APIC_VECTOR     0xfe
  #define INVALIDATE_TLB_VECTOR 0xfd
@@ -21,23 +21,25 @@
 diff -urN linux-2.6.10-orig/include/asm-x86_64/irq.h 
linux-2.6.10/include/asm-x86_64/irq.h
 --- linux-2.6.10-orig/include/asm-x86_64/irq.h 2005-01-06 00:34:38.000000000 
-0500
 +++ linux-2.6.10/include/asm-x86_64/irq.h      2005-02-25 17:45:37.181518088 
-0500
-@@ -10,6 +10,7 @@
+@@ -10,6 +10,9 @@
   *    <tomsoft@xxxxxxxxxxxxxxxxxxxxxxxxx>
   */
  
++#ifdef CONFIG_XEN
 +#include "irq_vectors.h"
++#endif
  #define TIMER_IRQ 0
  
  /*
-@@ -22,6 +23,7 @@
+@@ -22,6 +25,7 @@
   * the usable vector space is 0x20-0xff (224 vectors)
   */
  
-+#if 0
++#ifndef CONFIG_XEN
  /*
   * The maximum number of vectors supported by x86_64 processors
   * is limited to 256. For processors other than x86_64, NR_VECTORS
-@@ -38,6 +40,7 @@
+@@ -38,6 +42,7 @@
  #define NR_IRQS 224
  #define NR_IRQ_VECTORS 1024
  #endif

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] handfix x86_64-linux.patch to not break compilation with ARCH=x86_64, BitKeeper Bot <=