X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Farch%2Fh8300%2Finclude%2Fasm%2Fthread_info.h;fp=kernel%2Farch%2Fh8300%2Finclude%2Fasm%2Fthread_info.h;h=3cef06875f5ca32930c06b07db027e86f362ce94;hb=52f993b8e89487ec9ee15a7fb4979e0f09a45b27;hp=b408fe660cf8ceab685de783220a2db991b4dfc3;hpb=c189ccac5702322ed843fe17057035b7222a59b6;p=kvmfornfv.git diff --git a/kernel/arch/h8300/include/asm/thread_info.h b/kernel/arch/h8300/include/asm/thread_info.h index b408fe660..3cef06875 100644 --- a/kernel/arch/h8300/include/asm/thread_info.h +++ b/kernel/arch/h8300/include/asm/thread_info.h @@ -31,7 +31,6 @@ struct thread_info { int cpu; /* cpu we're on */ int preempt_count; /* 0 => preemptable, <0 => BUG */ mm_segment_t addr_limit; - struct restart_block restart_block; }; /* @@ -44,9 +43,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)