|
@@ -25,7 +25,6 @@ int main(void)
|
|
|
DEFINE(TASK_THREAD, offsetof(struct task_struct, thread));
|
|
|
DEFINE(TASK_MM, offsetof(struct task_struct, mm));
|
|
|
DEFINE(TASK_INFO, offsetof(struct task_struct, thread.info));
|
|
|
- DEFINE(TASK_TINFO, offsetof(struct task_struct, thread.info));
|
|
|
|
|
|
/* offsets into the thread struct */
|
|
|
DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp));
|