Merge tag 'mfd-for-linus-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
[pandora-kernel.git] / arch / c6x / include / asm / thread_info.h
index d4e9ef8..584e253 100644 (file)
@@ -45,7 +45,6 @@ struct thread_info {
        int                     cpu;            /* cpu we're on */
        int                     preempt_count;  /* 0 = preemptable, <0 = BUG */
        mm_segment_t            addr_limit;     /* thread address space */
-       struct restart_block    restart_block;
 };
 
 /*
@@ -61,9 +60,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)