Add xen-fix-typo-in-xen-irq-fix.patch, fixes typo in 2.6.35.5 patch.

This commit is contained in:
Chuck Ebbert 2010-09-25 08:38:14 -04:00
parent b49b116bb0
commit b999dfdb6a
2 changed files with 18 additions and 0 deletions

View File

@ -755,6 +755,7 @@ Patch13600: btusb-macbookpro-6-2.patch
Patch13601: btusb-macbookpro-7-1.patch
Patch13610: libata-it821x-dump-stack-on-cache-flush.patch
Patch13620: xen-fix-typo-in-xen-irq-fix.patch
%endif
@ -1401,6 +1402,9 @@ ApplyPatch btusb-macbookpro-6-2.patch
# temporary patch, dump stack on failed it821x commands
ApplyPatch libata-it821x-dump-stack-on-cache-flush.patch
# temporary fix for typo in Xen -stable patch
ApplyPatch xen-fix-typo-in-xen-irq-fix.patch
# END OF PATCH APPLICATIONS
%endif
@ -2002,6 +2006,7 @@ fi
(our DRM update removes ramht_refs entirely.)
- Add sched-35-increment-cache_nice_tries-only-on-periodic-lb.patch, another
fix for excessive scheduler load balancing.
- Add xen-fix-typo-in-xen-irq-fix.patch, fixes typo in 2.6.35.5 patch.
* Thu Sep 23 2010 Kyle McMartin <kyle@redhat.com> 2.6.35.5-32
- Serialize mandocs/htmldocs build, since otherwise it will constantly

View File

@ -0,0 +1,13 @@
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,