all arches, signal: move restart_block to struct task_struct
[deliverable/linux.git] / arch / sh / kernel / asm-offsets.c
index 08a2be775b6c79256410b25603edce0ab073e79a..542225fedb112088b881a12bb76b4c637ce9f92d 100644 (file)
@@ -25,7 +25,6 @@ int main(void)
        DEFINE(TI_FLAGS,        offsetof(struct thread_info, flags));
        DEFINE(TI_CPU,          offsetof(struct thread_info, cpu));
        DEFINE(TI_PRE_COUNT,    offsetof(struct thread_info, preempt_count));
-       DEFINE(TI_RESTART_BLOCK,offsetof(struct thread_info, restart_block));
        DEFINE(TI_SIZE,         sizeof(struct thread_info));
 
 #ifdef CONFIG_HIBERNATION
This page took 0.024031 seconds and 5 git commands to generate.