diff options
Diffstat (limited to 'arch/mips/gt64120/wrppmc/irq.c')
-rw-r--r-- | arch/mips/gt64120/wrppmc/irq.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/gt64120/wrppmc/irq.c b/arch/mips/gt64120/wrppmc/irq.c index 26cf360f1694..8d75a43ce877 100644 --- a/arch/mips/gt64120/wrppmc/irq.c +++ b/arch/mips/gt64120/wrppmc/irq.c | |||
@@ -62,9 +62,6 @@ void gt64120_init_pic(void) | |||
62 | 62 | ||
63 | void __init arch_init_irq(void) | 63 | void __init arch_init_irq(void) |
64 | { | 64 | { |
65 | /* enable all CPU interrupt bits. */ | ||
66 | set_c0_status(ST0_IM); /* IE bit is still 0 */ | ||
67 | |||
68 | /* IRQ 0 - 7 are for MIPS common irq_cpu controller */ | 65 | /* IRQ 0 - 7 are for MIPS common irq_cpu controller */ |
69 | mips_cpu_irq_init(0); | 66 | mips_cpu_irq_init(0); |
70 | 67 | ||