summaryrefslogtreecommitdiffstats
path: root/arch/unicore32/kernel/asm-offsets.c
diff options
context:
space:
mode:
authorRichard Weinberger <richard@nod.at>2014-07-13 17:42:53 +0200
committerRichard Weinberger <richard@nod.at>2015-04-12 21:03:28 +0200
commit19b6d0b6df3e6b244959d9fc373ff75323f28e92 (patch)
tree01e01486ccb8cf4c0242bdd30e9c8670a01166eb /arch/unicore32/kernel/asm-offsets.c
parentfd223849f10a28fa40201652b5f13d52fa8f2bb0 (diff)
downloadlinux-19b6d0b6df3e6b244959d9fc373ff75323f28e92.tar.bz2
unicore32: 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/unicore32/kernel/asm-offsets.c')
-rw-r--r--arch/unicore32/kernel/asm-offsets.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/unicore32/kernel/asm-offsets.c b/arch/unicore32/kernel/asm-offsets.c
index ffcbe7536ca7..80d50c4651e3 100644
--- a/arch/unicore32/kernel/asm-offsets.c
+++ b/arch/unicore32/kernel/asm-offsets.c
@@ -42,7 +42,6 @@ int main(void)
DEFINE(TI_PREEMPT, offsetof(struct thread_info, preempt_count));
DEFINE(TI_ADDR_LIMIT, offsetof(struct thread_info, addr_limit));
DEFINE(TI_TASK, offsetof(struct thread_info, task));
- DEFINE(TI_EXEC_DOMAIN, offsetof(struct thread_info, exec_domain));
DEFINE(TI_CPU, offsetof(struct thread_info, cpu));
DEFINE(TI_CPU_SAVE, offsetof(struct thread_info, cpu_context));
DEFINE(TI_USED_CP, offsetof(struct thread_info, used_cp));