Jan. 16, 2013
10:25 a.m.
On Tue, Jan 15, 2013 at 6:31 AM, horseriver <horserivers@gmail.com> wrote:
hi:
what is the function of do_softirq()?
It is called by ksoftirqd() ,which is setup by : kernel_thread(ksoftirqd, hcpu, CLONE_KERNEL) ;
Please read "Understanding the Linux Kernel" Chapter on Interrupts and Section on Softirqs and tasklets. Page number 171(might be different in other editions) onwards.
thanks!
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-- Thank you Warm Regards Anuz