- genirq-add-irq-chip-support-misroute-irq-dont-call-desc-chip-end.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled

     misroute-irq: Don't call desc->chip->end because of edge interrupts

has been removed from the -mm tree.  Its filename is

     genirq-add-irq-chip-support-misroute-irq-dont-call-desc-chip-end.patch

This patch was dropped because it was folded into genirq-add-irq-chip-support.patch

------------------------------------------------------
Subject: misroute-irq: Don't call desc->chip->end because of edge interrupts
From: Steven Rostedt <rostedt@xxxxxxxxxxx>


Signed-off-by: Steven Rostedt <rostedt@xxxxxxxxxxx>
Cc: Ingo Molnar <mingo@xxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 kernel/irq/spurious.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN kernel/irq/spurious.c~genirq-add-irq-chip-support-misroute-irq-dont-call-desc-chip-end kernel/irq/spurious.c
--- devel/kernel/irq/spurious.c~genirq-add-irq-chip-support-misroute-irq-dont-call-desc-chip-end	2006-06-09 15:23:01.000000000 -0700
+++ devel-akpm/kernel/irq/spurious.c	2006-06-09 15:23:01.000000000 -0700
@@ -79,7 +79,7 @@ static int misrouted_irq(int irq, struct
 		 * If we did actual work for the real IRQ line we must let the
 		 * IRQ controller clean up too
 		 */
-		if (work)
+		if (work && desc->chip && desc->chip->end)
 			desc->chip->end(i);
 		spin_unlock(&desc->lock);
 	}
_

Patches currently in -mm which might be from rostedt@xxxxxxxxxxx are

origin.patch
genirq-add-irq-chip-support.patch
genirq-add-irq-chip-support-misroute-irq-dont-call-desc-chip-end.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux