summaryrefslogtreecommitdiff
path: root/arch/xtensa/include/asm/current.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/xtensa/include/asm/current.h')
-rw-r--r--arch/xtensa/include/asm/current.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/include/asm/current.h b/arch/xtensa/include/asm/current.h
index 8d1eb5d7864..47e46dcf5d4 100644
--- a/arch/xtensa/include/asm/current.h
+++ b/arch/xtensa/include/asm/current.h
@@ -30,7 +30,7 @@ static inline struct task_struct *get_current(void)
#define GET_CURRENT(reg,sp) \
GET_THREAD_INFO(reg,sp); \
- l32i reg, reg, TI_TASK \
+ l32i reg, reg, TI_TASK \
#endif