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: Wed Nov 7 15:41:18 UTC 2007
Modified Files:
src/sys/rump/include/machine: intr.h
src/sys/rump/librump/rumpkern: rump.c rump.h
src/sys/rump/librump/rumpuser: rumpuser.h rumpuser_pth.c
Log Message:
Emulate spls by using pthread rwlocks: splfoo() takes a read lock
and when doing processing in an interrupt (effectively when calling
biodone()), we take the write lock.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/rump/include/machine/intr.h
cvs rdiff -r1.17 -r1.18 src/sys/rump/librump/rumpkern/rump.c \
src/sys/rump/librump/rumpkern/rump.h
cvs rdiff -r1.8 -r1.9 src/sys/rump/librump/rumpuser/rumpuser.h
cvs rdiff -r1.1 -r1.2 src/sys/rump/librump/rumpuser/rumpuser_pth.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