[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <BANLkTimqW53BHCGkr0+2ryFduOvLCzPMFA@mail.gmail.com>
Date: Fri, 17 Jun 2011 17:16:28 -0400
From: Mike Frysinger <vapier@...too.org>
To: Arnd Bergmann <arnd@...db.de>,
Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, Arun Sharma <asharma@...com>
Subject: Re: [PATCH] asm-generic/atomic.h: allow SMP peeps to leverage this
On Fri, Jun 17, 2011 at 17:10, Mike Frysinger wrote:
> +/* Force people to define core atomics */
> +# if !defined(atomic_add_return) || !defined(atomic_sub_return) || \
> + !defined(atomic_clear_mask) || !defined(atomic_set_mask) || \
> + !defined(atomic_test_mask)
hmm, pause on this. these mask funcs are not as standardized as i'd
hope. i'll send another patch fixing that and then redoing this on
top of it.
-mike
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists