CVSROOT: /var/cvs Module name: linux-2.6 Changes by: willy 03/09/22 08:28:12 Modified files: include/asm-parisc: atomic.h Log message: const the argument to atomic_read. (thanks Mitchell Blank) remove indirection for atomic_set & atomic_read. add casts to int for atomic_add and atomic_sub.