diff options
author | Richard Weinberger <richard@nod.at> | 2014-09-10 01:50:11 +0400 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2015-04-12 21:58:25 +0300 |
commit | 6a32591a4a38948d785a3bb0dac32d5be1f76354 (patch) | |
tree | 8b468beffd6b32f481e4adf28b5affe3a69784c1 /arch/s390/kernel/asm-offsets.c | |
parent | 78d156b8d8e5884cb5af07f9e57a45a1ae5d59cf (diff) | |
download | linux-6a32591a4a38948d785a3bb0dac32d5be1f76354.tar.xz |
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.c | 1 |
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)); |