Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/mips/mips
Module Name: src
Committed By: kbowling
Date: Sat Jun 27 07:43:37 UTC 2026
Modified Files:
src/sys/arch/mips/mips: spl.S
Log Message:
mips: avoid redundant STATUS write in _splraise
The previous test only short-circuited when the requested IPL was
strictly less than the current IPL. When newipl == curipl,
short-circuit as well.
Reviewed by skrll@
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/mips/mips/spl.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index