CVS commit: src/sys/arch/mips/mips
"Radoslaw Kujawa" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: rkujawa Date: Thu Jul 2 12:47:52 UTC 2026 Modified Files: src/sys/arch/mips/mips: lock_stubs_ras.S Log Message: Pass the actual mutex to mutex_spin_retry() Avoid a situation where leftover splraise SR-mask cookie stays in a0. Make UP kernel that double-acquires a spin mutex die with "locking against myself" rather misleading garbage-pointer crash. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/mips/mips/lock_stubs_ras.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.