aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/thread_info.h
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2015-11-26 09:25:35 +0100
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2015-11-27 09:24:17 +0100
commit9eb31be33cf84266abd61de0f6d3d1fe609587cf (patch)
tree5a1496ed7bb9e0b9cf9222a8a7b5d023e7460cd5 /arch/s390/include/asm/thread_info.h
parents390: add 'install' target to 'make help' (diff)
downloadlinux-dev-9eb31be33cf84266abd61de0f6d3d1fe609587cf.tar.xz
linux-dev-9eb31be33cf84266abd61de0f6d3d1fe609587cf.zip
s390: remove is_32bit_task() helper
is_32bit_task() used to be helpful when we still had CONFIG_32BIT. Since that is gone, it is nowadays identical to is_compat_task(). So remove it. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to '')
-rw-r--r--arch/s390/include/asm/thread_info.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/include/asm/thread_info.h b/arch/s390/include/asm/thread_info.h
index 692b9247c019..2fffc2c27581 100644
--- a/arch/s390/include/asm/thread_info.h
+++ b/arch/s390/include/asm/thread_info.h
@@ -96,6 +96,4 @@ void arch_release_task_struct(struct task_struct *tsk);
#define _TIF_31BIT _BITUL(TIF_31BIT)
#define _TIF_SINGLE_STEP _BITUL(TIF_SINGLE_STEP)
-#define is_32bit_task() (test_thread_flag(TIF_31BIT))
-
#endif /* _ASM_THREAD_INFO_H */