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-ppc-devel

[XenPPC] [pushed] [ppc] some support to continue using ../x86/irq.c

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [pushed] [ppc] some support to continue using ../x86/irq.c
From: jimix@xxxxxxxxxxxxxx
Date: Wed, 19 Apr 2006 14:01:01 -0400
Delivery-date: Wed, 19 Apr 2006 11:00:43 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
changeset:   9935:23449d964a27f4440dae2011aa2ceefb23b58892
user:        jimix@xxxxxxxxxxxxxxxxxxxxx
date:        Wed Apr 19 12:24:21 2006 -0400
files:       xen/arch/ppc/external.c
description:
[ppc] some support to continue using ../x86/irq.c


diff -r 7e4046fb517ac697843bdd933b801d79f33f7fd7 -r 
23449d964a27f4440dae2011aa2ceefb23b58892 xen/arch/ppc/external.c
--- a/xen/arch/ppc/external.c   Wed Apr 19 12:18:52 2006 -0400
+++ b/xen/arch/ppc/external.c   Wed Apr 19 12:24:21 2006 -0400
@@ -37,7 +37,10 @@ extern void do_IRQ(struct cpu_user_regs 
 extern void do_IRQ(struct cpu_user_regs *regs);
 
 int vector_irq[NR_VECTORS] __read_mostly = { [0 ... NR_VECTORS - 1] = -1};
+
 unsigned long io_apic_irqs;
+int ioapic_ack_new = 1;
+
 static struct mpic *mpic;
 static struct hw_interrupt_type hc_irq;
 



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

<Prev in Thread] Current Thread [Next in Thread>