Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   tls
Date:           Fri Apr 20 21:57:34 UTC 2012

Modified Files:
        src/sys/dev: rndpseudo.c
        src/sys/sys: rnd.h

Log Message:
Fix a bug and a compilation problem.  Bug: spin mutexes don't have owners,
so KASSERT(!mutex_owned()) shouldn't be used to assert that the current
LWP does not have the mutex.  Compilation problem: explicitly include
sys/mutex.h from rnd.h so evbarm builds again.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/rndpseudo.c
cvs rdiff -u -r1.31 -r1.32 src/sys/sys/rnd.h

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