CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2014/01/05 08:03:57
Modified files: sys/dev : softraid.c Log message: On some architectures you can get away with using an uninitialised mutex; this is not the case on hppa (practically the only architecture where unlocked has a non-zero value). This one has been hiding since r1.223... Found the hard way by juanfra@