sparc: 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> Acked-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -433,7 +433,6 @@ void trap_init(void)
|
||||
/* Force linker to barf if mismatched */
|
||||
if (TI_UWINMASK != offsetof(struct thread_info, uwinmask) ||
|
||||
TI_TASK != offsetof(struct thread_info, task) ||
|
||||
TI_EXECDOMAIN != offsetof(struct thread_info, exec_domain) ||
|
||||
TI_FLAGS != offsetof(struct thread_info, flags) ||
|
||||
TI_CPU != offsetof(struct thread_info, cpu) ||
|
||||
TI_PREEMPT != offsetof(struct thread_info, preempt_count) ||
|
||||
|
Reference in New Issue
Block a user