Re: Linux 2.6.32.24

From: Greg KH
Date: Fri Oct 01 2010 - 16:57:42 EST


diff --git a/Makefile b/Makefile
index 6a29b82..83813cc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 32
-EXTRAVERSION = .23
+EXTRAVERSION = .24
NAME = Man-Eating Seals of Antiquity

# *DOCUMENTATION*
diff --git a/drivers/xen/events.c b/drivers/xen/events.c
index a4dc7bf..ac91a4e 100644
--- a/drivers/xen/events.c
+++ b/drivers/xen/events.c
@@ -930,7 +930,7 @@ static struct irq_chip xen_dynamic_chip __read_mostly = {
.retrigger = retrigger_dynirq,
};

-static struct irq_chip en_percpu_chip __read_mostly = {
+static struct irq_chip xen_percpu_chip __read_mostly = {
.name = "xen-percpu",

.disable = disable_dynirq,
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/