Source-Changes archive

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

CVS commit: src/sys/arch/acorn26



Module Name:    src
Committed By:   bjh21
Date:           Wed Jan 14 20:43:28 UTC 2009

Modified Files:
        src/sys/arch/acorn26/acorn26: locore.S
        src/sys/arch/acorn26/include: machdep.h

Log Message:
atomic_set_bit() and atomic_clear_bit() are unused.  Garbage-collect them.
If anyone wants such functionality, it's trivially synthesised with
atomic_cas_uint() anyway.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/arch/acorn26/acorn26/locore.S
cvs rdiff -r1.4 -r1.5 src/sys/arch/acorn26/include/machdep.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