]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - arch/frv/include/asm/thread_info.h
all arches, signal: move restart_block to struct task_struct
[mirror_ubuntu-bionic-kernel.git] / arch / frv / include / asm / thread_info.h
index af29e17c01814a2d88be2ca5d535f31441ddc474..6b917f1c29554304758f75e8fb50405da3217f68 100644 (file)
@@ -41,7 +41,6 @@ struct thread_info {
                                                 * 0-0xBFFFFFFF for user-thead
                                                 * 0-0xFFFFFFFF for kernel-thread
                                                 */
-       struct restart_block    restart_block;
 
        __u8                    supervisor_stack[0];
 };
@@ -65,9 +64,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)