Source-Changes archive

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

CVS commit: [newlock2] src/sys/arch



Module Name:    src
Committed By:   ad
Date:           Fri Oct 20 19:28:11 UTC 2006

Modified Files:
        src/sys/arch/amd64/include [newlock2]: mutex.h
        src/sys/arch/i386/include [newlock2]: mutex.h
        src/sys/arch/x86/include [newlock2]: mutex.h rwlock.h

Log Message:
- Don't need locked bus cycles on release from C code.
- Save an integer ID in the lock structures for LOCKDEBUG code.


To generate a diff of this commit:
cvs rdiff -r1.1.2.1 -r1.1.2.2 src/sys/arch/amd64/include/mutex.h
cvs rdiff -r1.1.2.1 -r1.1.2.2 src/sys/arch/i386/include/mutex.h
cvs rdiff -r1.1.2.1 -r1.1.2.2 src/sys/arch/x86/include/mutex.h \
    src/sys/arch/x86/include/rwlock.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