Attilio Rao d9492a4483 - All the functions in atomic.h needs to be in "physical" form (like
not defined through macros or similar) in order to be later compiled in
  the kernel and offer this way the support for modules (and
  compatibility among the UP case and SMP case).
  Fix this for the newly introduced atomic_cmpset_barr_* cases by defining
  and specifying a template.  Note that the new DEFINE_CMPSET_GEN()
  template save more typing on amd64 than the current code. [1]
- Fix the style for memory barriers on amd64.

[1] Reported by:	Paul B. Mahol <onemda at gmail dot com>
2009-10-06 23:48:28 +00:00
..
2009-09-11 23:41:11 +00:00
2009-04-15 17:31:22 +00:00
2009-03-05 18:32:43 +00:00
2009-09-04 07:29:24 +00:00
2007-12-02 20:40:35 +00:00
2008-10-19 01:23:30 +00:00