Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156398
b: refs/heads/master
c: 0ca7173
h: refs/heads/master
v: v3
  • Loading branch information
Shane McDonald authored and Ralf Baechle committed Aug 3, 2009
1 parent 385f1dc commit eeaa509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6577890fd68c2671850214663dd9ae97feacbc47
refs/heads/master: 0ca71737fee65521ede964afbd2d5484976ed0ed
10 changes: 1 addition & 9 deletions trunk/arch/mips/pmc-sierra/msp71xx/msp_irq_slp.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ static inline void mask_msp_slp_irq(unsigned int irq)
*/
static inline void ack_msp_slp_irq(unsigned int irq)
{
mask_msp_slp_irq(irq);

/*
* only really necessary for 18, 16-14 and sometimes 3:0 (since
* these can be edge sensitive) but it doesn't hurt for the others.
*/

/* check for PER interrupt range */
if (irq < MSP_PER_INTBASE)
*SLP_INT_STS_REG = (1 << (irq - MSP_SLP_INTBASE));
Expand All @@ -62,8 +55,7 @@ static inline void ack_msp_slp_irq(unsigned int irq)
static struct irq_chip msp_slp_irq_controller = {
.name = "MSP_SLP",
.ack = ack_msp_slp_irq,
.mask = ack_msp_slp_irq,
.mask_ack = ack_msp_slp_irq,
.mask = mask_msp_slp_irq,
.unmask = unmask_msp_slp_irq,
};

Expand Down

0 comments on commit eeaa509

Please sign in to comment.