Skip to content

Commit

Permalink
ARC: Fix build breakage for !CONFIG_ARC_DW2_UNWIND
Browse files Browse the repository at this point in the history
Fixes: ec7ac6a (ARC: switch to generic ENTRY/END assembler annotations)
Reported-by: Anton Kolesov <akolesov@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
  • Loading branch information
Vineet Gupta committed Jun 26, 2014
1 parent 760ecbc commit ba25915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arc/kernel/ctx_sw_asm.S
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit ba25915

Please sign in to comment.