diff options
author | Richard Weinberger <richard@nod.at> | 2014-07-13 11:39:47 -0400 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2015-04-12 15:03:21 -0400 |
commit | 14464772c95d351e802b7f07c1860d9e5bf2cafc (patch) | |
tree | 4f65f5cf89e1dd3f1fc7408d2e0beaffc6325355 /arch/sparc/kernel | |
parent | daea906dd31843edc062faba82cd43c8b720305d (diff) |
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>
Diffstat (limited to 'arch/sparc/kernel')
-rw-r--r-- | arch/sparc/kernel/traps_32.c | 1 | ||||
-rw-r--r-- | arch/sparc/kernel/traps_64.c | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/arch/sparc/kernel/traps_32.c b/arch/sparc/kernel/traps_32.c index 6fd386c5232a..4f21df7d4f13 100644 --- a/arch/sparc/kernel/traps_32.c +++ b/arch/sparc/kernel/traps_32.c | |||
@@ -433,7 +433,6 @@ void trap_init(void) | |||
433 | /* Force linker to barf if mismatched */ | 433 | /* Force linker to barf if mismatched */ |
434 | if (TI_UWINMASK != offsetof(struct thread_info, uwinmask) || | 434 | if (TI_UWINMASK != offsetof(struct thread_info, uwinmask) || |
435 | TI_TASK != offsetof(struct thread_info, task) || | 435 | TI_TASK != offsetof(struct thread_info, task) || |
436 | TI_EXECDOMAIN != offsetof(struct thread_info, exec_domain) || | ||
437 | TI_FLAGS != offsetof(struct thread_info, flags) || | 436 | TI_FLAGS != offsetof(struct thread_info, flags) || |
438 | TI_CPU != offsetof(struct thread_info, cpu) || | 437 | TI_CPU != offsetof(struct thread_info, cpu) || |
439 | TI_PREEMPT != offsetof(struct thread_info, preempt_count) || | 438 | TI_PREEMPT != offsetof(struct thread_info, preempt_count) || |
diff --git a/arch/sparc/kernel/traps_64.c b/arch/sparc/kernel/traps_64.c index 0e699745d643..d21cd625c0de 100644 --- a/arch/sparc/kernel/traps_64.c +++ b/arch/sparc/kernel/traps_64.c | |||
@@ -2691,8 +2691,6 @@ void __init trap_init(void) | |||
2691 | fault_address) || | 2691 | fault_address) || |
2692 | TI_KREGS != offsetof(struct thread_info, kregs) || | 2692 | TI_KREGS != offsetof(struct thread_info, kregs) || |
2693 | TI_UTRAPS != offsetof(struct thread_info, utraps) || | 2693 | TI_UTRAPS != offsetof(struct thread_info, utraps) || |
2694 | TI_EXEC_DOMAIN != offsetof(struct thread_info, | ||
2695 | exec_domain) || | ||
2696 | TI_REG_WINDOW != offsetof(struct thread_info, | 2694 | TI_REG_WINDOW != offsetof(struct thread_info, |
2697 | reg_window) || | 2695 | reg_window) || |
2698 | TI_RWIN_SPTRS != offsetof(struct thread_info, | 2696 | TI_RWIN_SPTRS != offsetof(struct thread_info, |