x86/asm: Move the thread_info::status field to thread_struct
[cascardo/linux.git] / arch / x86 / kernel / asm-offsets.c
index db3a0af..add5f90 100644 (file)
@@ -36,7 +36,6 @@ void common(void) {
 
        BLANK();
        OFFSET(TI_flags, thread_info, flags);
-       OFFSET(TI_status, thread_info, status);
 
        BLANK();
        OFFSET(TASK_addr_limit, task_struct, thread.addr_limit);