diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2014-06-24 19:33:39 +0530 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2014-06-26 10:14:02 +0530 |
commit | ba25915fb2cd18152cb14b144dbe8bf2f2bd8e45 (patch) | |
tree | c71bec8edd5677877cfa667d7237d0bbcffb4b40 | |
parent | 760ecbc7d0e822d0e2ad2daeb9144bdd295637b5 (diff) | |
download | talos-op-linux-ba25915fb2cd18152cb14b144dbe8bf2f2bd8e45.tar.gz talos-op-linux-ba25915fb2cd18152cb14b144dbe8bf2f2bd8e45.zip |
ARC: Fix build breakage for !CONFIG_ARC_DW2_UNWIND
Fixes: ec7ac6afd07b (ARC: switch to generic ENTRY/END assembler annotations)
Reported-by: Anton Kolesov <akolesov@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
-rw-r--r-- | arch/arc/kernel/ctx_sw_asm.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/kernel/ctx_sw_asm.S b/arch/arc/kernel/ctx_sw_asm.S index 2ff0347a2fd7..e248594097e7 100644 --- a/arch/arc/kernel/ctx_sw_asm.S +++ b/arch/arc/kernel/ctx_sw_asm.S @@ -10,9 +10,9 @@ * -This is the more "natural" hand written assembler */ +#include <linux/linkage.h> #include <asm/entry.h> /* For the SAVE_* macros */ #include <asm/asm-offsets.h> -#include <asm/linkage.h> #define KSP_WORD_OFF ((TASK_THREAD + THREAD_KSP) / 4) |