“f8281a2b661d5f4f8081b387886187bbf190b92d”上不存在“README.md”
  • E
    exit: Rename complete_and_exit to kthread_complete_and_exit · cead1855
    Eric W. Biederman 提交于
    Update complete_and_exit to call kthread_exit instead of do_exit.
    
    Change the name to reflect this change in functionality.  All of the
    users of complete_and_exit are causing the current kthread to exit so
    this change makes it clear what is happening.
    
    Move the implementation of kthread_complete_and_exit from
    kernel/exit.c to to kernel/kthread.c.  As this function is kthread
    specific it makes most sense to live with the kthread functions.
    
    There are no functional change.
    Signed-off-by: N"Eric W. Biederman" <ebiederm@xmission.com>
    cead1855
rsi_91x_main.c 11.3 KB
新手
引导
客服 返回
顶部