diff options
author | Richard Weinberger <richard@nod.at> | 2014-07-13 11:09:40 -0400 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2015-04-12 14:58:24 -0400 |
commit | 9699a517e0029c4dc34159787a26a746dfab858b (patch) | |
tree | 222e7598a2fae39f38342060a68794d36a58bbda /arch/arm64/kernel/asm-offsets.c | |
parent | a4980448ed658db313da3195bcca634c7a5adafa (diff) |
arm64: 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/arm64/kernel/asm-offsets.c')
-rw-r--r-- | arch/arm64/kernel/asm-offsets.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/kernel/asm-offsets.c b/arch/arm64/kernel/asm-offsets.c index f7fa65d4c352..56cadd3606bf 100644 --- a/arch/arm64/kernel/asm-offsets.c +++ b/arch/arm64/kernel/asm-offsets.c | |||
@@ -38,7 +38,6 @@ int main(void) | |||
38 | DEFINE(TI_PREEMPT, offsetof(struct thread_info, preempt_count)); | 38 | DEFINE(TI_PREEMPT, offsetof(struct thread_info, preempt_count)); |
39 | DEFINE(TI_ADDR_LIMIT, offsetof(struct thread_info, addr_limit)); | 39 | DEFINE(TI_ADDR_LIMIT, offsetof(struct thread_info, addr_limit)); |
40 | DEFINE(TI_TASK, offsetof(struct thread_info, task)); | 40 | DEFINE(TI_TASK, offsetof(struct thread_info, task)); |
41 | DEFINE(TI_EXEC_DOMAIN, offsetof(struct thread_info, exec_domain)); | ||
42 | DEFINE(TI_CPU, offsetof(struct thread_info, cpu)); | 41 | DEFINE(TI_CPU, offsetof(struct thread_info, cpu)); |
43 | BLANK(); | 42 | BLANK(); |
44 | DEFINE(THREAD_CPU_CONTEXT, offsetof(struct task_struct, thread.cpu_context)); | 43 | DEFINE(THREAD_CPU_CONTEXT, offsetof(struct task_struct, thread.cpu_context)); |