When running the ll/sc version of the mutex code (for MULTIPROCESSOR kernels),
authormiod <miod@openbsd.org>
Thu, 26 Dec 2013 21:02:37 +0000 (21:02 +0000)
committermiod <miod@openbsd.org>
Thu, 26 Dec 2013 21:02:37 +0000 (21:02 +0000)
commit25b8a2fa4c529245454d4dc801b24c234aa8730b
tree32dd47436c9eb5f47892e1bbac257074b7457ec4
parent4b115d939a465e11a76345ee5514cc57304c996f
When running the ll/sc version of the mutex code (for MULTIPROCESSOR kernels),
correctly handle sc failures. All other ll/sc constructs were doing this
correctly but apparently noone had noticed mutex did not.
sys/arch/octeon/octeon/mutex.c
sys/arch/sgi/sgi/mutex.c