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: firefly_0821_release~3680^2~4360^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d52104b29a3735f2b4dceefcb01b19d370a783ea;p=firefly-linux-kernel-4.4.55.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 fc94607f0bd5..aecc8ed5f39b 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 1f75a2a56101..30638042691d 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