From: Chris Metcalf Date: Wed, 10 Aug 2011 17:53:02 +0000 (-0400) Subject: arch/tile: use #include in tilepro assembly files X-Git-Tag: next-20110811~62^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a99fe7bf3744c79a43a07af65d1bbc483843f510;p=karo-tx-linux.git arch/tile: use #include in tilepro assembly files The standard is not safe to include from assembly, and in general there's no need for it to be, since it's not very meaningful for assembly code. Assembly support in tilepro for atomics does need to get some constants from the tilepro , however, so fix those files back to the way they were, to directly #include . Signed-off-by: Chris Metcalf --- diff --git a/arch/tile/kernel/intvec_32.S b/arch/tile/kernel/intvec_32.S index fc94607f0bd5..72ade79b621b 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..24448734f6f1 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