CVS commit: src/sys/arch/mips/mips
"Kevin Bowling" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: kbowling Date: Sat Jun 27 07:44:56 UTC 2026 Modified Files: src/sys/arch/mips/mips: mipsX_subr.S Log Message: mips: NMI handler must also clear STATUS.ERL STATUS.ERL may be set in addition to STATUS.EXL and STATUS.NMI when entering the NMI handler. Clearing only EXL and NMI leaves the CPU in error level. Reviewed by skrll@ To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118 src/sys/arch/mips/mips/mipsX_subr.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.