Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit acaec427 authored by Chris Dearman's avatar Chris Dearman Committed by Ralf Baechle
Browse files

[MIPS] Always install the DSP exception handler.



Some non-DSP enabled cores 24K / 34K can generate a DSP exception where they
are actually expected to produce a reserved instruction exception.

Signed-off-by: default avatarChris Dearman <chris@mips.com>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent da9bc726
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1531,7 +1531,6 @@ void __init trap_init(void)
	if (cpu_has_mipsmt)
		set_except_vector(25, handle_mt);

	if (cpu_has_dsp)
	set_except_vector(26, handle_dsp);

	if (cpu_has_vce)