diff options
Diffstat (limited to 'arch/sparc64/kernel/traps.c')
-rw-r--r-- | arch/sparc64/kernel/traps.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sparc64/kernel/traps.c b/arch/sparc64/kernel/traps.c index f47f4874253c..7e52e8972668 100644 --- a/arch/sparc64/kernel/traps.c +++ b/arch/sparc64/kernel/traps.c | |||
@@ -2169,7 +2169,6 @@ void __init trap_init(void) | |||
2169 | TI_KERN_CNTD0 != offsetof(struct thread_info, kernel_cntd0) || | 2169 | TI_KERN_CNTD0 != offsetof(struct thread_info, kernel_cntd0) || |
2170 | TI_KERN_CNTD1 != offsetof(struct thread_info, kernel_cntd1) || | 2170 | TI_KERN_CNTD1 != offsetof(struct thread_info, kernel_cntd1) || |
2171 | TI_PCR != offsetof(struct thread_info, pcr_reg) || | 2171 | TI_PCR != offsetof(struct thread_info, pcr_reg) || |
2172 | TI_CEE_STUFF != offsetof(struct thread_info, cee_stuff) || | ||
2173 | TI_PRE_COUNT != offsetof(struct thread_info, preempt_count) || | 2172 | TI_PRE_COUNT != offsetof(struct thread_info, preempt_count) || |
2174 | TI_NEW_CHILD != offsetof(struct thread_info, new_child) || | 2173 | TI_NEW_CHILD != offsetof(struct thread_info, new_child) || |
2175 | TI_SYS_NOERROR != offsetof(struct thread_info, syscall_noerror) || | 2174 | TI_SYS_NOERROR != offsetof(struct thread_info, syscall_noerror) || |