summaryrefslogtreecommitdiffstats
path: root/xen-fix-typo-in-xen-irq-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'xen-fix-typo-in-xen-irq-fix.patch')
-rw-r--r--xen-fix-typo-in-xen-irq-fix.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/xen-fix-typo-in-xen-irq-fix.patch b/xen-fix-typo-in-xen-irq-fix.patch
deleted file mode 100644
index 3a9fb62..0000000
--- a/xen-fix-typo-in-xen-irq-fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Fix typo in Xen patch from 2.6.35.5
-
---- linux-2.6.35.noarch.orig/drivers/xen/events.c
-+++ linux-2.6.35.noarch/drivers/xen/events.c
-@@ -935,7 +935,7 @@ static struct irq_chip xen_dynamic_chip
- .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,