aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVineet Gupta <vgupta@synopsys.com>2014-06-24 19:33:39 +0530
committerVineet Gupta <vgupta@synopsys.com>2014-06-26 10:14:02 +0530
commitba25915fb2cd18152cb14b144dbe8bf2f2bd8e45 (patch)
treec71bec8edd5677877cfa667d7237d0bbcffb4b40
parent760ecbc7d0e822d0e2ad2daeb9144bdd295637b5 (diff)
downloadlinux-ba25915fb2cd18152cb14b144dbe8bf2f2bd8e45.tar.gz
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.S2
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 2ff0347a2fd73..e248594097e7d 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)