Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-6] src/sys/dev/spi



Module Name:    src
Committed By:   riz
Date:           Mon Feb 11 04:19:44 UTC 2013

Modified Files:
        src/sys/dev/spi [netbsd-6]: spi.c

Log Message:
Pull up following revision(s) (requested by skrll in ticket #809):
        sys/dev/spi/spi.c: revision 1.7
Don't leak condvars and mutexes, even if they are on the stack.
Fixes LOCKDEBUG asserts when a mutex/condvar is initialized at the same
stack address as a previous initialization.  We probably want to revisit
the transfer structure lifecyle at some point in the future.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.6.8.1 src/sys/dev/spi/spi.c

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