Re: kernel_thread...

B. James Phillippe (bryan@terran.org)
Tue, 8 Jun 1999 16:19:54 -0700 (PDT)


On Tue, 8 Jun 1999, Raj, Ashok wrote:

> once we have created a kernel_thread(), and when i decide to terminate
> that thread, and send a send_sig(), how would the kernel_thread
> termininate itself
>
> should we call the syscall_table[__NR_exit]? or just a return from that
> procedure would cleanup the process tables?

Just return (your error code) from the routine.

-bp

--
# bryan at terran dot org
# http://www.terran.org/~bryan

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/