From b999dfdb6a810a1c4fec9e9772f646c214f81938 Mon Sep 17 00:00:00 2001 From: Chuck Ebbert Date: Sep 25 2010 12:38:14 +0000 Subject: Add xen-fix-typo-in-xen-irq-fix.patch, fixes typo in 2.6.35.5 patch. --- diff --git a/kernel.spec b/kernel.spec index e61da1f..9f2df69 100644 --- a/kernel.spec +++ b/kernel.spec @@ -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 2.6.35.5-32 - Serialize mandocs/htmldocs build, since otherwise it will constantly diff --git a/xen-fix-typo-in-xen-irq-fix.patch b/xen-fix-typo-in-xen-irq-fix.patch new file mode 100644 index 0000000..3a9fb62 --- /dev/null +++ b/xen-fix-typo-in-xen-irq-fix.patch @@ -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,