]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - arch/alpha/include/asm/thread_info.h
all arches, signal: move restart_block to struct task_struct
[mirror_ubuntu-jammy-kernel.git] / arch / alpha / include / asm / thread_info.h
index 48bbea6898b30c23c4846d486347e1a17c16d5c2..d5b98ab514bbda2bbd6270ea7802a8a402857f37 100644 (file)
@@ -27,8 +27,6 @@ struct thread_info {
        int bpt_nsaved;
        unsigned long bpt_addr[2];              /* breakpoint handling  */
        unsigned int bpt_insn[2];
-
-       struct restart_block    restart_block;
 };
 
 /*
@@ -40,9 +38,6 @@ struct thread_info {
        .exec_domain    = &default_exec_domain, \
        .addr_limit     = KERNEL_DS,            \
        .preempt_count  = INIT_PREEMPT_COUNT,   \
-       .restart_block = {                      \
-               .fn = do_no_restart_syscall,    \
-       },                                      \
 }
 
 #define init_thread_info       (init_thread_union.thread_info)