diff options
Diffstat (limited to 'arch/mips/pmcs-msp71xx/msp_irq_per.c')
-rw-r--r-- | arch/mips/pmcs-msp71xx/msp_irq_per.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/pmcs-msp71xx/msp_irq_per.c b/arch/mips/pmcs-msp71xx/msp_irq_per.c index d1fd530479d4..a111836bcec2 100644 --- a/arch/mips/pmcs-msp71xx/msp_irq_per.c +++ b/arch/mips/pmcs-msp71xx/msp_irq_per.c | |||
@@ -113,9 +113,6 @@ void __init msp_per_irq_init(void) | |||
113 | /* initialize all the IRQ descriptors */ | 113 | /* initialize all the IRQ descriptors */ |
114 | for (i = MSP_PER_INTBASE; i < MSP_PER_INTBASE + 32; i++) { | 114 | for (i = MSP_PER_INTBASE; i < MSP_PER_INTBASE + 32; i++) { |
115 | irq_set_chip(i, &msp_per_irq_controller); | 115 | irq_set_chip(i, &msp_per_irq_controller); |
116 | #ifdef CONFIG_MIPS_MT_SMTC | ||
117 | irq_hwmask[i] = C_IRQ4; | ||
118 | #endif | ||
119 | } | 116 | } |
120 | } | 117 | } |
121 | 118 | ||