Merge tag 'defconfig-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / arch / microblaze / include / asm / thread_info.h
index 8c9d36591a031d6a84e81ae7485185aea125a5e3..b699fbd7de4acac800ca7c26da59ec9d18938b4f 100644 (file)
@@ -71,7 +71,6 @@ struct thread_info {
        __u32                   cpu; /* current CPU */
        __s32                   preempt_count; /* 0 => preemptable,< 0 => BUG*/
        mm_segment_t            addr_limit; /* thread address space */
-       struct restart_block    restart_block;
 
        struct cpu_context      cpu_context;
 };
@@ -87,9 +86,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)