all arches, signal: move restart_block to struct task_struct
[cascardo/linux.git] / arch / score / kernel / asm-offsets.c
index 57788f4..b4d5214 100644 (file)
@@ -106,7 +106,6 @@ void output_thread_info_defines(void)
        OFFSET(TI_CPU, thread_info, cpu);
        OFFSET(TI_PRE_COUNT, thread_info, preempt_count);
        OFFSET(TI_ADDR_LIMIT, thread_info, addr_limit);
-       OFFSET(TI_RESTART_BLOCK, thread_info, restart_block);
        OFFSET(TI_REGS, thread_info, regs);
        DEFINE(KERNEL_STACK_SIZE, THREAD_SIZE);
        DEFINE(KERNEL_STACK_MASK, THREAD_MASK);