]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Simplify and correct interrupt handling for MSP4200
authorShane McDonald <mcdonald.shane@gmail.com>
Sun, 12 Jul 2009 16:42:06 +0000 (10:42 -0600)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 3 Aug 2009 16:52:43 +0000 (17:52 +0100)
commitb5e02b0acd9dc83d398b010a2c6a0a5d191156d6
tree09a2fba7fc9ad63e90f647e1b434ee3bccd44560
parent717c8b1aedfb628862a3b90f94e781d1f643a9b9
MIPS: Simplify and correct interrupt handling for MSP4200

The current interrupt handling code for the MSP4200 always masks an
interrupt before acknowledging it.  This is not required, as that will be
handled by the level interrupt handler.  This change simplifies the MSP4200
code to remove the masking in the ack routine, and makes sure that the
minimum required operation is performed for masking and acking, rather
than always both masking and acking the interrupt.

Signed-off-by: Shane McDonald <mcdonald.shane@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/pmc-sierra/msp71xx/msp_irq_slp.c