[MIPS] Less noise on multithreading exceptions.
Make the MT handler silent and output the MT exception type at debug priority. Signed-off-by: Chris Dearman <chris@mips.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
committed by
Ralf Baechle
parent
98ab66cdd1
commit
e35a5e35e0
@@ -365,7 +365,7 @@ NESTED(nmi_handler, PT_SIZE, sp)
|
||||
BUILD_HANDLER mdmx mdmx sti silent /* #22 */
|
||||
BUILD_HANDLER watch watch sti verbose /* #23 */
|
||||
BUILD_HANDLER mcheck mcheck cli verbose /* #24 */
|
||||
BUILD_HANDLER mt mt sti verbose /* #25 */
|
||||
BUILD_HANDLER mt mt sti silent /* #25 */
|
||||
BUILD_HANDLER dsp dsp sti silent /* #26 */
|
||||
BUILD_HANDLER reserved reserved sti verbose /* others */
|
||||
|
||||
|
Reference in New Issue
Block a user