Re: [patch 3/4] net: Percpufy frequently used variables --proto.sockets_allocated

From: Andrew Morton
Date: Fri Jan 27 2006 - 20:14:58 EST


Eric Dumazet <dada1@xxxxxxxxxxxxx> wrote:
>
> [PATCH] Add atomic_long_xchg() and atomic_long_cmpxchg() wrappers
>
> ...
>
> +static inline long atomic_long_xchg(atomic_long_t *l, long val)
> +{
> + atomic64_t *v = (atomic64_t *)l;
> + return atomic64_xchg(v, val);

All we need now is some implementations of atomic64_xchg() ;)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/