summaryrefslogtreecommitdiff
path: root/sys/compat/opensolaris/kern/opensolaris_atomic.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove files that have been repo copied to their new locationJohn Birrell2008-03-281-133/+0
| | | | | | | in cddl-specific parts of the source tree. Notes: svn path=/head/; revision=177675
* - Reduce number of atomic operations needed to be implemented in asm byPawel Jakub Dawidek2007-06-081-0/+133
implementing some of them using existing ones. - Allow to compile ZFS on all archs and use atomic operations surrounded by global mutex on archs we don't have or can't have all atomic operations needed by ZFS. Notes: svn path=/head/; revision=170431