On Wed, Dec 13, 2000 at 07:23:52PM +0000, Tim Waugh wrote:
> + * atomic_add - add integer to atomic variable
> + * @i: integer value to add
> + * @v: pointer of type atomic_t
> + * 
> + * Atomically adds @i to @v.

Perhaps it should mention that the guaranteed useful range of atomic_t 
is only 24bit ?  Documentation without source would rather useless if it
didn't mention such pitfalls.


-Andi


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to