From 0a866293bd9e204978c995cb0545c20f8ab63c7e Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 10 Oct 2011 15:13:46 +0000 Subject: * update patches to 3.0 * add basic vr9 support * backport 3.1 fixes * backport 3.2 queue (falcon) SVN-Revision: 28405 --- .../patches-3.0/991-backport-3.1-fix-eiu.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 target/linux/lantiq/patches-3.0/991-backport-3.1-fix-eiu.patch (limited to 'target/linux/lantiq/patches-3.0/991-backport-3.1-fix-eiu.patch') diff --git a/target/linux/lantiq/patches-3.0/991-backport-3.1-fix-eiu.patch b/target/linux/lantiq/patches-3.0/991-backport-3.1-fix-eiu.patch new file mode 100644 index 0000000000..03663b50db --- /dev/null +++ b/target/linux/lantiq/patches-3.0/991-backport-3.1-fix-eiu.patch @@ -0,0 +1,20 @@ +--- a/arch/mips/lantiq/irq.c ++++ b/arch/mips/lantiq/irq.c +@@ -132,7 +132,7 @@ + static unsigned int ltq_startup_eiu_irq(struct irq_data *d) + { + int i; +- int irq_nr = d->irq - INT_NUM_IRQ0; ++ int irq_nr = d->irq; + + ltq_enable_irq(d); + for (i = 0; i < MAX_EIU; i++) { +@@ -156,7 +156,7 @@ + static void ltq_shutdown_eiu_irq(struct irq_data *d) + { + int i; +- int irq_nr = d->irq - INT_NUM_IRQ0; ++ int irq_nr = d->irq; + + ltq_disable_irq(d); + for (i = 0; i < MAX_EIU; i++) { -- cgit v1.2.3