.. | .. |
---|
93 | 93 | DEFINE(THREAD_RA, offsetof (struct task_struct, thread.ra)); |
---|
94 | 94 | DEFINE(THREAD_SP, offsetof (struct task_struct, thread.sp)); |
---|
95 | 95 | DEFINE(THREAD_CPENABLE, offsetof (struct thread_info, cpenable)); |
---|
| 96 | +#if XCHAL_HAVE_EXCLUSIVE |
---|
| 97 | + DEFINE(THREAD_ATOMCTL8, offsetof (struct thread_info, atomctl8)); |
---|
| 98 | +#endif |
---|
96 | 99 | #if XTENSA_HAVE_COPROCESSORS |
---|
97 | 100 | DEFINE(THREAD_XTREGS_CP0, offsetof(struct thread_info, xtregs_cp.cp0)); |
---|
98 | 101 | DEFINE(THREAD_XTREGS_CP1, offsetof(struct thread_info, xtregs_cp.cp1)); |
---|
.. | .. |
---|
137 | 140 | DEFINE(EXC_TABLE_DOUBLE_SAVE, offsetof(struct exc_table, double_save)); |
---|
138 | 141 | DEFINE(EXC_TABLE_FIXUP, offsetof(struct exc_table, fixup)); |
---|
139 | 142 | DEFINE(EXC_TABLE_PARAM, offsetof(struct exc_table, fixup_param)); |
---|
140 | | - DEFINE(EXC_TABLE_SYSCALL_SAVE, |
---|
141 | | - offsetof(struct exc_table, syscall_save)); |
---|
142 | 143 | DEFINE(EXC_TABLE_FAST_USER, |
---|
143 | 144 | offsetof(struct exc_table, fast_user_handler)); |
---|
144 | 145 | DEFINE(EXC_TABLE_FAST_KERNEL, |
---|