all arches, signal: move restart_block to struct task_struct
[deliverable/linux.git] / arch / xtensa / include / asm / thread_info.h
index 470153e8547c19a6819ac4cfbea3aa095b3dd33e..a9b5d3ba196cd70dbf0b72782db03ad7de8475b5 100644 (file)
@@ -51,7 +51,6 @@ struct thread_info {
        __s32                   preempt_count;  /* 0 => preemptable,< 0 => BUG*/
 
        mm_segment_t            addr_limit;     /* thread address space */
-       struct restart_block    restart_block;
 
        unsigned long           cpenable;
 
@@ -72,7 +71,6 @@ struct thread_info {
 #define TI_CPU          0x00000010
 #define TI_PRE_COUNT    0x00000014
 #define TI_ADDR_LIMIT   0x00000018
-#define TI_RESTART_BLOCK 0x000001C
 
 #endif
 
@@ -90,9 +88,6 @@ struct thread_info {
        .cpu            = 0,                    \
        .preempt_count  = INIT_PREEMPT_COUNT,   \
        .addr_limit     = KERNEL_DS,            \
-       .restart_block = {                      \
-               .fn = do_no_restart_syscall,    \
-       },                                      \
 }
 
 #define init_thread_info       (init_thread_union.thread_info)
This page took 0.03843 seconds and 5 git commands to generate.