aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/mips/kernel/traps.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/kernel/traps.c b/arch/mips/kernel/traps.c
index 3f58b6ac1358..48c8b2597142 100644
--- a/arch/mips/kernel/traps.c
+++ b/arch/mips/kernel/traps.c
@@ -1531,8 +1531,7 @@ void __init trap_init(void)
1531 if (cpu_has_mipsmt) 1531 if (cpu_has_mipsmt)
1532 set_except_vector(25, handle_mt); 1532 set_except_vector(25, handle_mt);
1533 1533
1534 if (cpu_has_dsp) 1534 set_except_vector(26, handle_dsp);
1535 set_except_vector(26, handle_dsp);
1536 1535
1537 if (cpu_has_vce) 1536 if (cpu_has_vce)
1538 /* Special exception: R4[04]00 uses also the divec space. */ 1537 /* Special exception: R4[04]00 uses also the divec space. */