[kernel/f13/master] Fix typo in previous Xen fix that causes boot failure.

Chuck Ebbert cebbert at fedoraproject.org
Fri Sep 24 16:46:35 UTC 2010


commit 7076c92c23f4f6dc365c61aa5c0f06c9a5ba0e04
Author: Chuck Ebbert <cebbert at redhat.com>
Date:   Fri Sep 24 12:45:35 2010 -0400

    Fix typo in previous Xen fix that causes boot failure.

 kernel.spec                                        |    3 +++
 xen-use-percpu-interrupts-for-ipis-and-virqs.patch |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index a550c0d..90d684f 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2162,6 +2162,9 @@ fi
 
 
 %changelog
+* Fri Sep 24 2010 Chuck Ebbert <cebbert at redhat.com>
+- Fix typo in previous Xen fix that causes boot failure.
+
 * Wed Sep 22 2010 Chuck Ebbert <cebbert at redhat.com>
 - Copy two Xen fixes from 2.6.35-stable for RHBZ#636534
 
diff --git a/xen-use-percpu-interrupts-for-ipis-and-virqs.patch b/xen-use-percpu-interrupts-for-ipis-and-virqs.patch
index 646f92c..742a4654 100644
--- a/xen-use-percpu-interrupts-for-ipis-and-virqs.patch
+++ b/xen-use-percpu-interrupts-for-ipis-and-virqs.patch
@@ -58,7 +58,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh at suse.de>
  	.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,


More information about the scm-commits mailing list