Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba25915f authored by Vineet Gupta's avatar Vineet Gupta
Browse files

ARC: Fix build breakage for !CONFIG_ARC_DW2_UNWIND



Fixes: ec7ac6af (ARC: switch to generic ENTRY/END assembler annotations)
Reported-by: default avatarAnton Kolesov <akolesov@synopsys.com>
Signed-off-by: default avatarVineet Gupta <vgupta@synopsys.com>
parent 760ecbc7
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -10,9 +10,9 @@
 *  -This is the more "natural" hand written assembler
 *  -This is the more "natural" hand written assembler
 */
 */


#include <linux/linkage.h>
#include <asm/entry.h>       /* For the SAVE_* macros */
#include <asm/entry.h>       /* For the SAVE_* macros */
#include <asm/asm-offsets.h>
#include <asm/asm-offsets.h>
#include <asm/linkage.h>


#define KSP_WORD_OFF 	((TASK_THREAD + THREAD_KSP) / 4)
#define KSP_WORD_OFF 	((TASK_THREAD + THREAD_KSP) / 4)