Magellan Linux

Contents of /trunk/kernel26-xen/patches-2.6.25-r1/1126-2.6.25-xen-un-static-ipi_to_irq.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 606 - (show annotations) (download)
Thu May 22 23:13:13 2008 UTC (16 years ago) by niro
File size: 960 byte(s)
-ver bump to 2.6.25-magellan-r1:
- linux-2.6.25.4
- fbcondecor-0.9.4
- squashfs-3.3
- unionfs-2.3.3
- tuxonice-3.0-rc7
- linux-phc-0.3.0
- acpi-dstd-0.9a
- reiser4
- xen-3.2.0
. ipw3945-1.2.2

1 From 3f45af27e7eb5c6c05f94fedf602fabc60d18fcb Mon Sep 17 00:00:00 2001
2 From: Eduardo Habkost <ehabkost@redhat.com>
3 Date: Wed, 23 Jan 2008 16:26:52 -0200
4 Subject: [PATCH] un-static ipi_to_irq
5
6 It is used by xen/genapic.c
7
8 Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
9 ---
10 arch/x86/xen/events.c | 2 +-
11 1 files changed, 1 insertions(+), 1 deletions(-)
12
13 diff --git a/arch/x86/xen/events.c b/arch/x86/xen/events.c
14 index fa67e61..050fa52 100644
15 --- a/arch/x86/xen/events.c
16 +++ b/arch/x86/xen/events.c
17 @@ -49,7 +49,7 @@ static DEFINE_SPINLOCK(irq_mapping_update_lock);
18 static DEFINE_PER_CPU(int, virq_to_irq[NR_VIRQS]) = {[0 ... NR_VIRQS-1] = -1};
19
20 /* IRQ <-> IPI mapping */
21 -static DEFINE_PER_CPU(int, ipi_to_irq[XEN_NR_IPIS]) = {[0 ... XEN_NR_IPIS-1] = -1};
22 +DEFINE_PER_CPU(int, ipi_to_irq[XEN_NR_IPIS]) = {[0 ... XEN_NR_IPIS-1] = -1};
23
24 /* Packed IRQ information: binding type, sub-type index, and event channel. */
25 struct packed_irq
26 --
27 1.5.4.1
28