Chase Venters f6dc8c5b8e [PATCH] Make cpu_relax() imply barrier() on all arches
During the recent discussion of taking 'volatile' off of the spinlock, I
noticed that while most arches #define cpu_relax() such that it implies
barrier(), some arches define cpu_relax() to be empty.

This patch changes the definition of cpu_relax() for frv, h8300, m68knommu,
sh, sh64, v850 and xtensa from an empty while(0) to the compiler barrier().

Signed-off-by: Chase Venters <chase.venters@clientec.com>
Acked-by: Arjan van de Ven <arjan@Linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-07-12 12:56:45 -07:00
..
2005-09-07 16:57:21 -07:00
2005-11-07 07:53:41 -08:00
2006-02-01 08:53:23 -08:00
2006-01-10 08:01:34 -08:00
2006-04-20 07:54:03 -07:00
2006-02-15 15:32:22 -08:00
2006-06-29 16:58:06 -07:00
2005-09-05 00:05:48 -07:00