summaryrefslogtreecommitdiff
path: root/arch/s390/include/asm/current.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/include/asm/current.h')
-rw-r--r--arch/s390/include/asm/current.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/include/asm/current.h b/arch/s390/include/asm/current.h
index 68f84315277c..d03a922c641e 100644
--- a/arch/s390/include/asm/current.h
+++ b/arch/s390/include/asm/current.h
@@ -14,6 +14,6 @@
struct task_struct;
-#define current ((struct task_struct *const)S390_lowcore.current_task)
+#define current ((struct task_struct *const)get_lowcore()->current_task)
#endif /* !(_S390_CURRENT_H) */