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:   matt
Date:           Fri Jun 26 14:27:35 UTC 2015

Modified Files:
        src/sys/arch/riscv/include: lock.h
Added Files:
        src/sys/sys: common_lock.h

Log Message:
Move the riscv lock.h which uses only compiler builtin atomic primitives
to a common location which can be used by others and make riscv's lock.h
use it.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/riscv/include/lock.h
cvs rdiff -u -r0 -r1.1 src/sys/sys/common_lock.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