tile: revert change from <asm/atomic.h> to <linux/atomic.h> in asm files
authorChris Metcalf <cmetcalf@tilera.com>
Wed, 5 Oct 2011 21:09:29 +0000 (17:09 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Thu, 13 Oct 2011 12:25:01 +0000 (08:25 -0400)
The 32-bit TILEPro support uses some #defines in <asm/atomic_32.h>
for atomic support routines in assembly.  To make this more explicit,
I've turned those includes into includes of <asm/atomic_32.h>, which
should hopefully make it clear that they shouldn't be bombed into
<linux/atomic.h> in any cleanups.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>

No differences found