Fix typo in previous Xen fix that causes boot failure.

This commit is contained in:
Chuck Ebbert 2010-09-24 12:45:35 -04:00
parent 8f093d8c96
commit 7076c92c23
2 changed files with 4 additions and 1 deletions

View File

@ -2162,6 +2162,9 @@ fi
%changelog
* Fri Sep 24 2010 Chuck Ebbert <cebbert@redhat.com>
- Fix typo in previous Xen fix that causes boot failure.
* Wed Sep 22 2010 Chuck Ebbert <cebbert@redhat.com>
- Copy two Xen fixes from 2.6.35-stable for RHBZ#636534

View File

@ -58,7 +58,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@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,