Re: [PATCH 11/14] atomic_ulong_t

2007-01-29 Thread Christoph Lameter
On Sun, 28 Jan 2007, Peter Zijlstra wrote: > provide an unsigned long atomic type. Is this really necessary? We have no atomic_uint_t type either. Could you use atomic_long_t instead? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PR

[PATCH 11/14] atomic_ulong_t

2007-01-28 Thread Peter Zijlstra
provide an unsigned long atomic type. Signed-off-by: Peter Zijlstra <[EMAIL PROTECTED]> --- include/asm-generic/atomic.h | 45 +++ 1 file changed, 45 insertions(+) Index: linux-2.6-git2/include/asm-generic/atomic.h ===