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:           Sat Dec 13 15:34:48 UTC 2008

Modified Files:
        src/sys/rump/librump/rumpkern: locks.c rump_private.h
Removed Files:
        src/sys/rump/include/machine: mutex.h rwlock.h

Log Message:
Get rid of local machine/{mutex,rwlock}.h files by treating the
object storage as a single pointer (all archs have at least one
uintptr_t in the objects).


To generate a diff of this commit:
cvs rdiff -r1.1 -r0 src/sys/rump/include/machine/mutex.h
cvs rdiff -r1.2 -r0 src/sys/rump/include/machine/rwlock.h
cvs rdiff -r1.21 -r1.22 src/sys/rump/librump/rumpkern/locks.c
cvs rdiff -r1.16 -r1.17 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