summaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel/intvec_32.S
diff options
context:
space:
mode:
authorChris Metcalf2011-10-05 23:09:29 +0200
committerChris Metcalf2011-10-13 14:25:01 +0200
commitd52104b29a3735f2b4dceefcb01b19d370a783ea (patch)
tree24e7527340da453b88d3de0c98e5ed9d0cff134f /arch/tile/kernel/intvec_32.S
parentLinux 3.1-rc9 (diff)
downloadkernel-qcow2-linux-d52104b29a3735f2b4dceefcb01b19d370a783ea.tar.gz
kernel-qcow2-linux-d52104b29a3735f2b4dceefcb01b19d370a783ea.tar.xz
kernel-qcow2-linux-d52104b29a3735f2b4dceefcb01b19d370a783ea.zip
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: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile/kernel/intvec_32.S')
-rw-r--r--arch/tile/kernel/intvec_32.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/tile/kernel/intvec_32.S b/arch/tile/kernel/intvec_32.S
index fc94607f0bd5..aecc8ed5f39b 100644
--- a/arch/tile/kernel/intvec_32.S
+++ b/arch/tile/kernel/intvec_32.S
@@ -21,7 +21,7 @@
#include <asm/ptrace.h>
#include <asm/thread_info.h>
#include <asm/irqflags.h>
-#include <linux/atomic.h>
+#include <asm/atomic_32.h>
#include <asm/asm-offsets.h>
#include <hv/hypervisor.h>
#include <arch/abi.h>