CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/12/26 14:02:37
Modified files:
sys/arch/octeon/octeon: mutex.c
sys/arch/sgi/sgi: mutex.c
Log message:
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.
