summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/asm-offsets.c
diff options
context:
space:
mode:
authorRichard Weinberger <richard@nod.at>2014-09-09 23:50:11 +0200
committerRichard Weinberger <richard@nod.at>2015-04-12 20:58:25 +0200
commit6a32591a4a38948d785a3bb0dac32d5be1f76354 (patch)
tree8b468beffd6b32f481e4adf28b5affe3a69784c1 /arch/s390/kernel/asm-offsets.c
parent78d156b8d8e5884cb5af07f9e57a45a1ae5d59cf (diff)
downloadlinux-stable-6a32591a4a38948d785a3bb0dac32d5be1f76354.tar.gz
linux-stable-6a32591a4a38948d785a3bb0dac32d5be1f76354.tar.bz2
linux-stable-6a32591a4a38948d785a3bb0dac32d5be1f76354.zip
s390: Remove signal translation and exec_domain
As execution domain support is gone we can remove signal translation from the signal code and remove exec_domain from thread_info. Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/s390/kernel/asm-offsets.c')
-rw-r--r--arch/s390/kernel/asm-offsets.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/kernel/asm-offsets.c b/arch/s390/kernel/asm-offsets.c
index e07e91605353..e52a202b13b5 100644
--- a/arch/s390/kernel/asm-offsets.c
+++ b/arch/s390/kernel/asm-offsets.c
@@ -34,7 +34,6 @@ int main(void)
DEFINE(__THREAD_per_paid, offsetof(struct task_struct, thread.per_event.paid));
BLANK();
DEFINE(__TI_task, offsetof(struct thread_info, task));
- DEFINE(__TI_domain, offsetof(struct thread_info, exec_domain));
DEFINE(__TI_flags, offsetof(struct thread_info, flags));
DEFINE(__TI_sysc_table, offsetof(struct thread_info, sys_call_table));
DEFINE(__TI_cpu, offsetof(struct thread_info, cpu));