Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/rump
Module Name: src
Committed By: pooka
Date: Fri Jan 7 15:10:22 UTC 2011
Modified Files:
src/sys/rump/kern/lib/libtty: component.c
src/sys/rump/librump/rumpkern: rump.c rump_private.h
Log Message:
Avoid double init of tty_lock if rumpkern_tty is included. LOCKDEBUG
does not tolerate double inits.
pointed out by njoly
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/rump/kern/lib/libtty/component.c
cvs rdiff -u -r1.217 -r1.218 src/sys/rump/librump/rumpkern/rump.c
cvs rdiff -u -r1.65 -r1.66 src/sys/rump/librump/rumpkern/rump_private.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