From: Chris Metcalf Date: Wed, 5 Oct 2011 21:09:29 +0000 (-0400) Subject: tile: revert change from to in asm files X-Git-Tag: v3.1-rc10~6^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d52104b29a3735f2b4dceefcb01b19d370a783ea;p=profile%2Fivi%2Fkernel-x86-ivi.git tile: revert change from to in asm files The 32-bit TILEPro support uses some #defines in for atomic support routines in assembly. To make this more explicit, I've turned those includes into includes of , which should hopefully make it clear that they shouldn't be bombed into in any cleanups. Signed-off-by: Chris Metcalf --- diff --git a/arch/tile/kernel/intvec_32.S b/arch/tile/kernel/intvec_32.S index fc94607..aecc8ed 100644 --- a/arch/tile/kernel/intvec_32.S +++ b/arch/tile/kernel/intvec_32.S @@ -21,7 +21,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/arch/tile/lib/atomic_asm_32.S b/arch/tile/lib/atomic_asm_32.S index 1f75a2a..3063804 100644 --- a/arch/tile/lib/atomic_asm_32.S +++ b/arch/tile/lib/atomic_asm_32.S @@ -70,7 +70,7 @@ */ #include -#include +#include #include #include