Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ia64: Remove unused IA64_TASK_SIGHAND_OFFSET and IA64_SIGHAND_SIGLOCK_OFFSET

These defines are never used so remove them to make it clear there is not assembly
code that needs to be updated that uses those fields.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>

-4
-4
arch/ia64/kernel/asm-offsets.c
··· 56 56 DEFINE(IA64_TASK_PENDING_OFFSET,offsetof (struct task_struct, pending)); 57 57 DEFINE(IA64_TASK_PID_OFFSET, offsetof (struct task_struct, pid)); 58 58 DEFINE(IA64_TASK_REAL_PARENT_OFFSET, offsetof (struct task_struct, real_parent)); 59 - DEFINE(IA64_TASK_SIGHAND_OFFSET,offsetof (struct task_struct, sighand)); 60 59 DEFINE(IA64_TASK_SIGNAL_OFFSET,offsetof (struct task_struct, signal)); 61 60 DEFINE(IA64_TASK_TGID_OFFSET, offsetof (struct task_struct, tgid)); 62 61 DEFINE(IA64_TASK_THREAD_KSP_OFFSET, offsetof (struct task_struct, thread.ksp)); ··· 63 64 64 65 BLANK(); 65 66 66 - DEFINE(IA64_SIGHAND_SIGLOCK_OFFSET,offsetof (struct sighand_struct, siglock)); 67 - 68 - BLANK(); 69 67 70 68 DEFINE(IA64_SIGNAL_GROUP_STOP_COUNT_OFFSET,offsetof (struct signal_struct, 71 69 group_stop_count));