--- zzzz-none-000/linux-4.9.276/arch/mips/kernel/smp-mt.c 2021-07-20 14:21:16.000000000 +0000 +++ falcon-5530-750/linux-4.9.276/arch/mips/kernel/smp-mt.c 2023-04-05 08:19:00.000000000 +0000 @@ -203,8 +203,8 @@ /* restart */ write_tc_c0_tcrestart((unsigned long)&smp_bootstrap); - /* enable the tc this vpe/cpu will be running */ - write_tc_c0_tcstatus((read_tc_c0_tcstatus() & ~TCSTATUS_IXMT) | TCSTATUS_A); + /* enable the tc this vpe/cpu will be running & allow DSP instructions */ + write_tc_c0_tcstatus((read_tc_c0_tcstatus() & ~TCSTATUS_IXMT) | TCSTATUS_A | TCSTATUS_TMX); write_tc_c0_tchalt(0);