Skip to content
Commit d52104b2 authored by Chris Metcalf's avatar Chris Metcalf
Browse files

tile: revert change from <asm/atomic.h> to <linux/atomic.h> in asm files



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: default avatarChris Metcalf <cmetcalf@tilera.com>
parent 976d1676
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment