kernel thread and Softirq
From: Surya Santosh (suryasantu_at_gmail.com)
Date: 09/23/05
- Previous message: rahul8143_at_gmail.com: "object files"
- Next in thread: Kasper Dupont: "Re: kernel thread and Softirq"
- Reply: Kasper Dupont: "Re: kernel thread and Softirq"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 22 Sep 2005 20:27:20 -0700
This query is mainly regarding context switch between a kernel thread
and softirq.
At what places can a context switch happen between a kernel thread and
softirq. If a softirq is running(bottom halves are disabled in this
softirq) and not yet completed it's processing, can the CPU be given to
the kernel thread.
If a kernel thread crashes, will the entire system crash or only the
kernel thread becomes unusable?
- Previous message: rahul8143_at_gmail.com: "object files"
- Next in thread: Kasper Dupont: "Re: kernel thread and Softirq"
- Reply: Kasper Dupont: "Re: kernel thread and Softirq"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|